aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
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;
}