[open-ils-commits] r13089 - trunk/Open-ILS/web/js/ui/default/acq/common (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 6 10:46:49 EDT 2009


Author: erickson
Date: 2009-05-06 10:46:47 -0400 (Wed, 06 May 2009)
New Revision: 13089

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
remove some debug logs

Modified: trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2009-05-06 14:46:00 UTC (rev 13088)
+++ trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2009-05-06 14:46:47 UTC (rev 13089)
@@ -589,7 +589,6 @@
 
         dojo.forEach(liDetailFields,
             function(field) {
-                console.log("adding widget for " + field);
                 var widget = new openils.widget.AutoFieldWidget({
                     fmObject : copy,
                     fmField : field,
@@ -601,7 +600,6 @@
                 widget.build(
                     // make sure we capture the value from any async widgets
                     function(w, ww) { 
-                        console.log("built widget for " + field + ' : readonly = ' + ww.readOnly);
                         copy[field](ww.getFormattedValue()) 
                         self.copyWidgetCache[copy.id()][field] = w;
                     }



More information about the open-ils-commits mailing list