[open-ils-commits] r13130 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon May 11 15:20:44 EDT 2009
Author: erickson
Date: 2009-05-11 15:20:41 -0400 (Mon, 11 May 2009)
New Revision: 13130
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
Log:
remove debug log
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js 2009-05-11 19:18:44 UTC (rev 13129)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js 2009-05-11 19:20:41 UTC (rev 13130)
@@ -197,7 +197,6 @@
_formatRowSelectInput : function(rowIdx) {
if(rowIdx === null || rowIdx === undefined) return '';
- console.log("<input type='checkbox' name='autogrid.selector' row='" + rowIdx + "'/>");
return "<input type='checkbox' name='autogrid.selector' row='" + rowIdx + "'/>";
},
More information about the open-ils-commits
mailing list