From: phasefx Date: Sat, 18 Jun 2005 03:56:49 +0000 (+0000) Subject: let's not rewrite Bill's debug function and see what happens X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2c0fdab57d3fbe2bbdc5808fd4214a21dcb96657;p=Evergreen.git let's not rewrite Bill's debug function and see what happens git-svn-id: svn://svn.open-ils.org/ILS/trunk@840 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/util.js b/Evergreen/staff_client/chrome/content/evergreen/util/util.js index 15d287b3e9..aa523ee56e 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/util.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/util.js @@ -213,6 +213,7 @@ function interval_to_seconds ( $interval ) { return $amount; } +/* function debug() { var s = ''; for (var i = 0; i < arguments.length; i++) { @@ -220,7 +221,7 @@ function debug() { } //dump('debug:' + s + '\n'); } - +*/ function counter_init(id) { counter[id] = 0;