diff options
author | alon@honor <none@none> | 2010-10-18 22:55:20 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-18 22:55:20 -0700 |
commit | 377185c933bd55a260a525d1eb8316c8ea896da1 (patch) | |
tree | 4ce42aa8ebb201efb8056e4f70f3eb46fc33e036 /src/enzymatic.js | |
parent | 890130e93bc1128d7b5fbdcc512e243ef78cd712 (diff) |
minor fixes and cleanups
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r-- | src/enzymatic.js | 2 |
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; } |