Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chr314 committed Dec 16, 2022
1 parent c9aefe9 commit 5ff0dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautilus_copy_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def _window_added(self, application, window):
shortcut = Gtk.Shortcut.new(Gtk.ShortcutTrigger.parse_string(shortcut_str), action)
shortcut.set_arguments(GLib.Variant.new_string(key))

window.do_enable_debugging(window, True)
window.add_shortcut(shortcut)

def __init__(self):
Expand Down

0 comments on commit 5ff0dbb

Please sign in to comment.