From: erickson Date: Mon, 11 May 2009 19:20:41 +0000 (+0000) Subject: remove debug log X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0088ae984f4940bb5dd0e8308a13620a6bc412af;p=Evergreen.git remove debug log git-svn-id: svn://svn.open-ils.org/ILS/trunk@13130 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js index b7f19cb41b..a344437a49 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js @@ -197,7 +197,6 @@ if(!dojo._hasResource['openils.widget.AutoGrid']) { _formatRowSelectInput : function(rowIdx) { if(rowIdx === null || rowIdx === undefined) return ''; - console.log(""); return ""; },