From 0088ae984f4940bb5dd0e8308a13620a6bc412af Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 11 May 2009 19:20:41 +0000 Subject: [PATCH] remove debug log git-svn-id: svn://svn.open-ils.org/ILS/trunk@13130 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/AutoGrid.js | 1 - 1 file changed, 1 deletion(-) 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 ""; }, -- 2.43.2