aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
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,