mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print
This commit is contained in:
parent
40a77e05d8
commit
78e9858f4d
@ -140,7 +140,6 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
error_dialog(self.gui, _('Template functions'),
|
error_dialog(self.gui, _('Template functions'),
|
||||||
_('You cannot delete a built-in function'), show=True)
|
_('You cannot delete a built-in function'), show=True)
|
||||||
if name in self.funcs:
|
if name in self.funcs:
|
||||||
print('delete')
|
|
||||||
del self.funcs[name]
|
del self.funcs[name]
|
||||||
self.changed_signal.emit()
|
self.changed_signal.emit()
|
||||||
self.create_button.setEnabled(True)
|
self.create_button.setEnabled(True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user