Remove unused

This commit is contained in:
Dimitris Zlatanidis 2024-03-21 18:34:25 +02:00
parent f40ca3c082
commit df24cdcc2f

View file

@ -124,6 +124,3 @@ class AsciiBox(Configs):
f"{' ' * (self.columns - (len(file_check)) - 10)}{self.vertical_line}")
print(f"{self.bred}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
f"{self.lower_right_corner}{self.endc}")
# def draw_log_package(self, package: str) -> None:
# print(f"{'':>2}{self.lower_left_corner}{self.horizontal_line}{self.cyan} {package}{self.endc}\n")