mailr27097 - /trunk/lib/arg_check.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 11, 2014 - 17:28:
Author: bugman
Date: Thu Dec 11 17:28:11 2014
New Revision: 27097

URL: http://svn.gna.org/viewcvs/relax?rev=27097&view=rev
Log:
Removed a debugging printout.


Modified:
    trunk/lib/arg_check.py

Modified: trunk/lib/arg_check.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/arg_check.py?rev=27097&r1=27096&r2=27097&view=diff
==============================================================================
--- trunk/lib/arg_check.py      (original)
+++ trunk/lib/arg_check.py      Thu Dec 11 17:28:11 2014
@@ -439,7 +439,6 @@
             if list_of_lists and isinstance(arg[i], list):
                 for j in range(len(arg[i])):
                     if not isinstance(arg[i][j], int):
-                        print "here"
                         fail = True
 
             # Simple list.




Related Messages


Powered by MHonArc, Updated Thu Dec 11 19:00:02 2014