From 8913df2366f3cdcdfd9fce378717cec945c05e09 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 29 Apr 2013 14:59:55 +0000 Subject: [PATCH] remove console logging on focused --- etemplate/js/et2_dataview_controller_selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_dataview_controller_selection.js b/etemplate/js/et2_dataview_controller_selection.js index 4490c51562..adcee340fc 100644 --- a/etemplate/js/et2_dataview_controller_selection.js +++ b/etemplate/js/et2_dataview_controller_selection.js @@ -185,7 +185,7 @@ var et2_dataview_selectionManager = Class.extend( // Mark the new given uid as focused if (_focused) { - console.log('et2_dataview_controller_selection::setFocused -> UID:'+_uid+' is focused by:'+this._actionObjectManager.name); + //console.log('et2_dataview_controller_selection::setFocused -> UID:'+_uid+' is focused by:'+this._actionObjectManager.name); var entry = this._focusedEntry = this._getRegisteredRowsEntry(_uid); this._updateEntryState(entry, egwSetBit(entry.state, EGW_AO_STATE_FOCUSED, true));