gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26069 - monkey/trunk/seaspider


From: gnunet
Subject: [GNUnet-SVN] r26069 - monkey/trunk/seaspider
Date: Mon, 11 Feb 2013 19:35:36 +0100

Author: teichm
Date: 2013-02-11 19:35:35 +0100 (Mon, 11 Feb 2013)
New Revision: 26069

Modified:
   monkey/trunk/seaspider/seasp2_convert
Log:
remove debug output from seasp2_convert

Modified: monkey/trunk/seaspider/seasp2_convert
===================================================================
--- monkey/trunk/seaspider/seasp2_convert       2013-02-11 13:39:58 UTC (rev 
26068)
+++ monkey/trunk/seaspider/seasp2_convert       2013-02-11 18:35:35 UTC (rev 
26069)
@@ -69,7 +69,6 @@
 
 # parse ignores
 ignores = parseIgnores(args.ignorefile) or []
-print ignores
 
 # build output filename
 if args.outfile== None:
@@ -140,7 +139,6 @@
     cfilename = os.path.split(os.path.splitext(filename)[0])[1] + '.c'
 
     local_ignores = [ign for ign in ignores if ign[0].search(cfilename)]
-    print local_ignores
 
     lines = infile.readlines(10000)
     while lines:
@@ -173,7 +171,6 @@
                          rowfile, globalvar, lineno, 32767, 0)
             elif rowtype == 'Function':
                 funame = m.group(4)
-                print 'entering Function ', funame
             elif rowtype == 'Parameter':
                 if prevtype != 'Function' and prevtype != 'Parameter':
                     print 'Parameter can only follow Function or another 
Parameter: ', filename, ' on line ', seafile_lineno




reply via email to

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