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:19:49 -0400

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

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.15&tr2=1.16&r1=text&r2=text

Patches:
Index: navidoc/navidoc/mp/__init__.py
diff -u navidoc/navidoc/mp/__init__.py:1.15 navidoc/navidoc/mp/__init__.py:1.16
--- navidoc/navidoc/mp/__init__.py:1.15 Thu Apr 24 06:11:42 2003
+++ navidoc/navidoc/mp/__init__.py      Thu Apr 24 06:19:49 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: __init__.py,v 1.15 2003/04/24 10:11:42 humppake Exp $
+# $Id: __init__.py,v 1.16 2003/04/24 10:19:49 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]