aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-08-31 20:37:21 -0700
committeralon@honor <none@none>2010-08-31 20:37:21 -0700
commit99a81c84ddc0e60da0cb3e9a0add4b61a538f3a4 (patch)
treec179f205b0dc4779298d85ba42189a3640142a3d /src/enzymatic.js
parent9426f471eca9b4f3d04906f613289d52c2dd6c9c (diff)
cleanup
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r--src/enzymatic.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js
index c0ef3b69..1bce512f 100644
--- a/src/enzymatic.js
+++ b/src/enzymatic.js
@@ -72,11 +72,10 @@ Substrate.prototype = {
hadProcessing = true;
var outputs;
try {
- dprint('Processing using ' + zyme.name_);
+ dprint('Processing using ' + zyme.name_ + ': ' + selected.length + ' items out of ' + this.items.length);
//PROF(true);
outputs = zyme.process(selected);
//PROF();
- dprint('...complete');
} catch (e) {
print("Exception, current selected are: " + selected.map(dump).join('\n\n').substr(0,100));
print("Stack: " + new Error().stack);
@@ -119,7 +118,7 @@ Substrate.prototype = {
} else {
delete item.__uid__;
}
- });
+ });
}
}
if (this.items.length === 0) {