aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 24136551..06cbcd1f 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -275,7 +275,7 @@ function compile(raw) {
JSify(analyzed);
//dumpInterProf();
- //printErr('Paths (fast, slow): ' + [fastPaths, slowPaths]);
+ //printErr(phase + ' paths (fast, slow): ' + [fastPaths, slowPaths]);
phase = null;