gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc/mp __init__.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/mp __init__.py
Date: Thu, 24 Apr 2003 06:28:30 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/04/24 06:28:30

Modified files:
        navidoc/mp     : __init__.py 

Log message:
        removing debugoutput

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/mp/__init__.py.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: navidoc/navidoc/mp/__init__.py
diff -u navidoc/navidoc/mp/__init__.py:1.17 navidoc/navidoc/mp/__init__.py:1.18
--- navidoc/navidoc/mp/__init__.py:1.17 Thu Apr 24 06:26:14 2003
+++ navidoc/navidoc/mp/__init__.py      Thu Apr 24 06:28:30 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: __init__.py,v 1.17 2003/04/24 10:26:14 humppake Exp $
+# $Id: __init__.py,v 1.18 2003/04/24 10:28:30 humppake Exp $
 
 #
 # Written by Tuomas Lukka, Asko Soukka
@@ -274,7 +274,6 @@
         Initilize MetaPost link. Parse link target, title and corners
         of linked area from elements read from MP log file.
         """
-        print elements
        self.target = re.match('^"(.*)"$', elements[0]).group(1)
        self.title = re.match('^"(.*)"$', elements[1]).group(1)
        self.corners = [float(element) for element in elements[2:]]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]