From 61dc1ed2f1a619b730ee1fb2d23cc6296bbe8ba7 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 22 Aug 2012 00:40:57 +0200 Subject: [PATCH] DnD-Move: remove debug log. --- webcit/static/wclib.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index de48e2efb..c7d8a8516 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -388,7 +388,6 @@ function addRoomToList(floorUL,room, roomToEmphasize) { function roomListDropHandler(target, dropped) { if (dropped.getAttribute("citadel:msgid")) { var room = getTextContent(target); - console.log(room); var msgIds = ""; for(msgId in currentlyMarkedRows) { //defined in summaryview.js msgIds += ","+msgId; -- 2.30.2