let's not rewrite Bill's debug function and see what happens
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Jun 2005 03:56:49 +0000 (03:56 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Jun 2005 03:56:49 +0000 (03:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@840 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/util/util.js

index 15d287b..aa523ee 100644 (file)
@@ -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;