[gedit-latex] Remove print statement spam
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Remove print statement spam
- Date: Thu, 1 Sep 2011 04:12:34 +0000 (UTC)
commit e44ba46742c5597f02b513f9c11e9c38205aad1b
Author: John Stowers <john stowers gmail com>
Date: Thu Sep 1 16:11:49 2011 +1200
Remove print statement spam
latex/latex/validator.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/latex/latex/validator.py b/latex/latex/validator.py
index a466b56..aca8c08 100644
--- a/latex/latex/validator.py
+++ b/latex/latex/validator.py
@@ -164,7 +164,6 @@ class LaTeXValidator(object):
for ext in self._potential_graphics_extensions:
if found: break
filename = os.path.abspath(os.path.join(node.file.dirname, p, target) + ext)
- print filename
if os.path.exists(filename):
found = True
@@ -254,9 +253,4 @@ class LaTeXValidator(object):
if recurse:
self._run(node, issue_handler)
- #~ def __del__(self):
- #~ print "Properly destroyed %s" % self
-
-
-
# ex:ts=4:et:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]