aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-18 22:55:20 -0700
committeralon@honor <none@none>2010-10-18 22:55:20 -0700
commit377185c933bd55a260a525d1eb8316c8ea896da1 (patch)
tree4ce42aa8ebb201efb8056e4f70f3eb46fc33e036 /src/enzymatic.js
parent890130e93bc1128d7b5fbdcc512e243ef78cd712 (diff)
minor fixes and cleanups
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r--src/enzymatic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js
index d940030e..29e9e773 100644
--- a/src/enzymatic.js
+++ b/src/enzymatic.js
@@ -83,7 +83,7 @@ Substrate.prototype = {
outputs = zyme.process(inputs);
dprint('New results: ' + (outputs.length + that.results.length - currResultCount) + ' out of ' + (that.results.length + outputs.length));
} catch (e) {
- print("Exception, current selected are: " + inputs.map(dump).join('\n\n'));
+ //print("Exception, current selected are: " + inputs.map(dump).join('\n\n'));
print("Stack: " + new Error().stack);
throw e;
}