mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print statement
This commit is contained in:
parent
26e904aa7c
commit
e77e8f3702
@ -196,7 +196,6 @@ class DateTime(Base):
|
||||
|
||||
def getter(self):
|
||||
val = self.widgets[1].dateTime()
|
||||
print val
|
||||
if val <= UNDEFINED_QDATETIME:
|
||||
val = None
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user