[gedit] Remove debugging print



commit d4fb95f7a98f94f428cb739144dc536fa3e73e89
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Oct 20 12:28:33 2012 +0200

    Remove debugging print

 plugins/externaltools/tools/functions.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/externaltools/tools/functions.py b/plugins/externaltools/tools/functions.py
index fce2d29..6a6266e 100644
--- a/plugins/externaltools/tools/functions.py
+++ b/plugins/externaltools/tools/functions.py
@@ -133,8 +133,6 @@ def run_external_tool(window, panel, node):
         elif input_type == 'selection' or input_type == 'selection-document':
             try:
                 start, end = document.get_selection_bounds()
-                
-                print start, end
             except ValueError:
                 if input_type == 'selection-document':
                     start, end = document.get_bounds()



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