[pypy-commit] cffi default: Remove debugging print

arigo noreply at buildbot.pypy.org
Mon Jul 30 17:23:59 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r747:f5fcdc8faafc
Date: 2012-07-30 17:23 +0200
http://bitbucket.org/cffi/cffi/changeset/f5fcdc8faafc/

Log:	Remove debugging print

diff --git a/demo/readdir_ctypes.py b/demo/readdir_ctypes.py
--- a/demo/readdir_ctypes.py
+++ b/demo/readdir_ctypes.py
@@ -50,7 +50,6 @@
         # error in openat()
         return
     dir = fdopendir(dirfd)
-    print dir
     dirent = DIRENT()
     result = DIRENT_p()
     while True:


More information about the pypy-commit mailing list