mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 16:25:49 +01:00
Remove print statement
This commit is contained in:
parent
26e904aa7c
commit
e77e8f3702
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ def setter(self, val):
|
|||
|
||||
def getter(self):
|
||||
val = self.widgets[1].dateTime()
|
||||
print val
|
||||
if val <= UNDEFINED_QDATETIME:
|
||||
val = None
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue