Remove print statement

This commit is contained in:
Philipp Hörist 2018-10-28 17:08:15 +01:00
parent 7121dfbbe0
commit 12cd2852de
1 changed files with 0 additions and 1 deletions

View File

@ -1022,7 +1022,6 @@ class NewConfirmationDialog(Gtk.MessageDialog):
class ShortcutsWindow:
def __init__(self):
transient = app.app.get_active_window()
print(transient)
builder = get_builder('shortcuts_window.ui')
self.window = builder.get_object('shortcuts_window')
self.window.connect('destroy', self._on_window_destroy)