chore: rm coloured output

This commit is contained in:
Thomas Bishop 2025-10-18 17:06:39 +01:00
parent f50f5d2767
commit 3a27d67d82

View file

@ -68,7 +68,7 @@ class TableService(SqliteService):
}, },
) )
print("TB-INFO Junction tables populated", "blue") print("TB-INFO Junction tables populated")
def populate_tables(self, entries: list[IEntry]): def populate_tables(self, entries: list[IEntry]):
self.__drop_tables() self.__drop_tables()