mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Remove print statement
This commit is contained in:
@@ -196,7 +196,6 @@ class DateTime(Base):
|
||||
|
||||
def getter(self):
|
||||
val = self.widgets[1].dateTime()
|
||||
print val
|
||||
if val <= UNDEFINED_QDATETIME:
|
||||
val = None
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user