remove console logging on focused

This commit is contained in:
Klaus Leithoff 2013-04-29 14:59:55 +00:00
parent efd4d85143
commit 8913df2366

View File

@ -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));