diff --git a/src/utils/stringtodate.py b/src/utils/stringtodate.py index da77522..8ed477d 100644 --- a/src/utils/stringtodate.py +++ b/src/utils/stringtodate.py @@ -12,7 +12,7 @@ def stringToDate(date: str) -> QtCore.QDate: Returns: QtCore.QDate: the QDate object in string format DD.MM.yyyy """ - log.debug(f"stringToDate: {date}") + #log.debug(f"stringToDate: {date}") if not date: return "" if isinstance(date, QtCore.QDate):