aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-22 19:08:56 -0700
committeralon@honor <none@none>2010-09-22 19:08:56 -0700
commitdabe220dcb8f6d82f13a3a5577a375d6b9c7d3f5 (patch)
tree7a7315fe37ebf31b17e2f1f48d2abf8697c4818c /src/compiler.js
parent6ed3cfef2fdd09865e83d80046169930be5082c7 (diff)
disable relooping pending rewrite
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 6f514f89..e869f5ab 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -9,7 +9,6 @@ if (!this['read']) {
}
load('settings.js');
-if (LABEL_DEBUG && RELOOP) throw "Cannot debug labels if they have been relooped!";
load('utility.js');
load('enzymatic.js');