mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove debugging print statement
This commit is contained in:
parent
20e861dfaf
commit
3e733c1a33
@ -956,7 +956,6 @@ class EditRules(QWidget): # {{{
|
||||
else:
|
||||
td = TemplateDialog(self, '', mi=self.mi, fm=self.fm, icon_field_key='')
|
||||
if td.exec_() == td.Accepted:
|
||||
print(td.rule)
|
||||
typ, col, r = td.rule
|
||||
if typ and r and col:
|
||||
idx = self.model.add_rule(typ, col, r)
|
||||
|
Loading…
x
Reference in New Issue
Block a user