diff options
author | alon@honor <none@none> | 2010-08-30 22:39:13 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-08-30 22:39:13 -0700 |
commit | b1a2633db92e53f9dfba01c5dc8ece103d139248 (patch) | |
tree | 31bf58fe4dd2a4059a99789422d097570e492a67 /src/enzymatic.js | |
parent | 50a1abf1ad3260d63f0ed0b3558e739ce5eb1f41 (diff) |
move enzymatic2 to experimental
--HG--
rename : src/enzymatic2.js => src/experimental/enzymatic2.js
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r-- | src/enzymatic.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js index 41fa6e81..d1889d49 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -73,9 +73,9 @@ Substrate.prototype = { var outputs; try { dprint('Processing using ' + zyme.name_); - PROF(true); + //PROF(true); outputs = zyme.process(selected); - PROF(); + //PROF(); dprint('...complete'); } catch (e) { print("Exception, current selected are: " + selected.map(dump).join('\n\n').substr(0,100)); |