From 2fffd25fbc1c38abb9ea7e3b5b74a65be3102c3e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 15 May 2009 09:20:08 +0000 Subject: [PATCH] ebl fix drag&drop git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8829 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bresto.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index 77a605dd28..a4eef0c520 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -847,7 +847,6 @@ Ext.onReady(function(){ ddGroup : 'TreeDD', copy:false, notifyDrop : function(dd, e, data){ - console.info("DropTarget"); var r; if (data.selections) { if (data.grid.id == 'div-files') { -- 2.39.5