certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/scripts GenerateMessages.py


From: certi-cvs
Subject: [certi-cvs] certi/scripts GenerateMessages.py
Date: Sat, 05 Sep 2009 18:40:49 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      09/09/05 18:40:49

Modified files:
        scripts        : GenerateMessages.py 

Log message:
        Forgot to remove debugging "print"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/GenerateMessages.py?cvsroot=certi&r1=1.15&r2=1.16

Patches:
Index: GenerateMessages.py
===================================================================
RCS file: /sources/certi/certi/scripts/GenerateMessages.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- GenerateMessages.py 5 Sep 2009 18:38:56 -0000       1.15
+++ GenerateMessages.py 5 Sep 2009 18:40:49 -0000       1.16
@@ -19,7 +19,7 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 ## USA
 ##
-## $Id: GenerateMessages.py,v 1.15 2009/09/05 18:38:56 erk Exp $
+## $Id: GenerateMessages.py,v 1.16 2009/09/05 18:40:49 erk Exp $
 ## ----------------------------------------------------------------------------
 
 """
@@ -704,12 +704,10 @@
                   | qualifier typeid ID LBRACKET DEFAULT EQUAL value RBRACKET 
eol_comment'''
     
     if len(p)==5:
-        print p[0],p[1],p[2],p[3]
         p[0] = MessageType.MessageField(p[1],p[2],p[3],None)
         p[0].comment = p[4]
         p[0].linespan = (p.linespan(1)[0],p.linespan(4)[1])
     else:        
-        print p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9]
         p[0] = MessageType.MessageField(p[1],p[2],p[3],p[7])
         p[0].comment = p[9]   
         p[0].linespan = (p.linespan(1)[0],p.linespan(8)[1])




reply via email to

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