Author: Armin Rigo <ar...@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:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to