diff options
author | alon@honor <none@none> | 2010-08-29 20:39:36 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-08-29 20:39:36 -0700 |
commit | 7a0103b77e09097aa73ee8e137d826e6049bd2ac (patch) | |
tree | 5d5fed852c7234cd1180993618f9640b4212778c /src/enzymatic.js | |
parent | c203d5c8e027a2cf0bea23540fc0edf93e4e37eb (diff) |
clean up segments from noalias etc.
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 2ad8e165..6cd99bdf 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -28,7 +28,7 @@ Substrate.prototype = { }, solve: function() { - if (DEBUG) print("Solving..."); + print("// Solving " + this._name + "..."); var startTime = Date.now(); var midTime = startTime; |