[pypy-svn] r62267 - pypy/trunk/pypy/lang/gameboy/debug

cami at codespeak.net cami at codespeak.net
Sat Feb 28 00:32:53 CET 2009


Author: cami
Date: Sat Feb 28 00:32:52 2009
New Revision: 62267

Modified:
   pypy/trunk/pypy/lang/gameboy/debug/debug_comparator.py
Log:
set debug to False, less verbose output


Modified: pypy/trunk/pypy/lang/gameboy/debug/debug_comparator.py
==============================================================================
--- pypy/trunk/pypy/lang/gameboy/debug/debug_comparator.py	(original)
+++ pypy/trunk/pypy/lang/gameboy/debug/debug_comparator.py	Sat Feb 28 00:32:52 2009
@@ -326,4 +326,4 @@
             ("Check whether emulated VBLank", 
                     self.video.emulated_vblank, "emulated_vblank")
         ]
-        self.compare_set(cmp, data, label="video", printall=True)
+        self.compare_set(cmp, data, label="video", printall=False)



More information about the Pypy-commit mailing list