aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-23 17:56:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-23 17:56:25 -0700
commit8a61d75677f4f8d563c7362df4c23dcd0475b426 (patch)
tree0a434345ff0e33d11e69cadd49b9c558e65a575c /src/runtime.js
parent4d70c93726bdbc99bfc41e651c23dc1deba9009b (diff)
make gl and library debug options start on, when enabled at compile time
Diffstat (limited to 'src/runtime.js')
-rw-r--r--src/runtime.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js
index 1e36ece6..7768574b 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -316,7 +316,7 @@ var Runtime = {
},
#if RUNTIME_DEBUG
- debug: false, // Switch to true at runtime to enable logging at the right times
+ debug: true, // Switch to false at runtime to disable logging at the right times
printObjectMap: null,
printObjectCounter: 1,