[gedit-latex] Removed spurious "print"



commit bff58a60267762bfa43bf778c5a7b6f76e9e8b1b
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Sat May 14 17:57:17 2016 +0200

    Removed spurious "print"

 latex/preferences/tools.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/preferences/tools.py b/latex/preferences/tools.py
index 233c0a2..e996d52 100644
--- a/latex/preferences/tools.py
+++ b/latex/preferences/tools.py
@@ -68,7 +68,7 @@ class ToolPreferences(GObject.GObject):
         filename = Resources().get_user_file("tools.xml")
         try:
             self.__tools = ElementTree.parse(filename).getroot()
-            print("filename", filename)
+            LOG.debug("Found %s" % filename)
         except (ElementTree.ParseError, FileNotFoundError) as exc:
             if isinstance(exc, ElementTree.ParseError):
                 i = 0


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