[gedit] Removed debug print statements



commit 5a1a774b45860ec2e0e609b0e1f65300cf9e9b91
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sat May 23 13:07:02 2009 +0200

    Removed debug print statements
---
 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 f8245d7..cec46ef 100644
--- a/plugins/externaltools/tools/functions.py
+++ b/plugins/externaltools/tools/functions.py
@@ -274,8 +274,6 @@ def capture_end_execute_panel(capture, exit_code, panel, view, output_type):
         mtype = gio.content_type_guess(data=doc.get_text(start, end))
         lmanager = gedit.get_language_manager()
         
-        print doc.get_uri()
-        print mtype
         language = lmanager.guess_language(doc.get_uri(), mtype)
         
         if language is not None:



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