disable log
This commit is contained in:
@@ -12,7 +12,7 @@ def stringToDate(date: str) -> QtCore.QDate:
|
|||||||
Returns:
|
Returns:
|
||||||
QtCore.QDate: the QDate object in string format DD.MM.yyyy
|
QtCore.QDate: the QDate object in string format DD.MM.yyyy
|
||||||
"""
|
"""
|
||||||
log.debug(f"stringToDate: {date}")
|
#log.debug(f"stringToDate: {date}")
|
||||||
if not date:
|
if not date:
|
||||||
return ""
|
return ""
|
||||||
if isinstance(date, QtCore.QDate):
|
if isinstance(date, QtCore.QDate):
|
||||||
|
|||||||
Reference in New Issue
Block a user