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