DnD-Move: remove debug log.
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 21 Aug 2012 22:40:57 +0000 (00:40 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 21 Aug 2012 22:40:57 +0000 (00:40 +0200)
webcit/static/wclib.js

index de48e2efbf8c37a6112109c341586ca6274048c0..c7d8a8516a3569c60ba970eeb2e98f8ddc9f6b00 100644 (file)
@@ -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;