mailr27970 - /trunk/devel_scripts/find_unused_imports.py


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

Header


Content

Posted by edward on October 02, 2015 - 17:37:
Author: bugman
Date: Fri Oct  2 17:37:54 2015
New Revision: 27970

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


Modified:
    trunk/devel_scripts/find_unused_imports.py

Modified: trunk/devel_scripts/find_unused_imports.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/find_unused_imports.py?rev=27970&r1=27969&r2=27970&view=diff
==============================================================================
--- trunk/devel_scripts/find_unused_imports.py  (original)
+++ trunk/devel_scripts/find_unused_imports.py  Fri Oct  2 17:37:54 2015
@@ -28,7 +28,6 @@
         cmd = 'pylint %s' % path
 
         # Execute.
-        print cmd
         pipe = Popen(cmd, shell=True, stdin=PIPE, stdout=PIPE, stderr=PIPE, 
close_fds=False)
 
         # Close the pipe.




Related Messages


Powered by MHonArc, Updated Fri Oct 02 17:40:04 2015