Remove debugging print statement

This commit is contained in:
Charles Haley 2014-09-08 11:12:38 +02:00
parent 20e861dfaf
commit 3e733c1a33

View File

@ -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)