Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r222:3eb8d545520a
Date: 2013-03-23 14:21 -0700
http://bitbucket.org/pypy/jitviewer/changeset/3eb8d545520a/

Log:    remove print

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,6 @@
     dirname = os.path.relpath(dirname, base)
     for x in filenames:
         rest.append(os.path.join(dirname, x))
-print rest
 
 setup(name='JitViewer',
       version='0.1',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to