[gedit-plugins] Terminal plugin: remove a forgotten debug statement



commit 33ccbc8575b29f44b3ae99d47cd3b40561d3118f
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Wed Sep 5 10:42:38 2018 +0200

    Terminal plugin: remove a forgotten debug statement

 plugins/terminal/terminal.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/terminal/terminal.py b/plugins/terminal/terminal.py
index 8a7e9f1..91886f1 100644
--- a/plugins/terminal/terminal.py
+++ b/plugins/terminal/terminal.py
@@ -71,7 +71,6 @@ class GeditTerminal(Vte.Terminal):
     def do_drag_data_received(self, drag_context, x, y, data, info, time):
         if info == self.TARGET_URI_LIST:
             self.feed_child(' '.join(["'" + Gio.file_new_for_uri(item).get_path() + "'" for item in 
Gedit.utils_drop_get_uris(data)]).encode('utf-8'))
-            print ("ok")
             Gtk.drag_finish(drag_context, True, False, time);
         else:
             Vte.Terminal.do_drag_data_received(self, drag_context, x, y, data, info, time)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]