disable log
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user