diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
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; |