[pypy-svn] r40662 - pypy/dist/pypy/translator/js/examples/bnb

fijal at codespeak.net fijal at codespeak.net
Sun Mar 18 12:19:22 CET 2007


Author: fijal
Date: Sun Mar 18 12:19:20 2007
New Revision: 40662

Modified:
   pypy/dist/pypy/translator/js/examples/bnb/start_bnb.py
Log:
Disable logging pane by default


Modified: pypy/dist/pypy/translator/js/examples/bnb/start_bnb.py
==============================================================================
--- pypy/dist/pypy/translator/js/examples/bnb/start_bnb.py	(original)
+++ pypy/dist/pypy/translator/js/examples/bnb/start_bnb.py	Sun Mar 18 12:19:20 2007
@@ -267,7 +267,7 @@
                                  bnb_dispatcher)
 
 def bnb():
-    createLoggingPane(True)
+    #createLoggingPane(True)
     log("keys: [0-9] to select player, [wsad] to walk around")
     exported_methods.initialize_session(session_dispatcher)
 



More information about the Pypy-commit mailing list