X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwclib.js;fp=webcit%2Fstatic%2Fwclib.js;h=c7d8a8516a3569c60ba970eeb2e98f8ddc9f6b00;hb=61dc1ed2f1a619b730ee1fb2d23cc6296bbe8ba7;hp=de48e2efbf8c37a6112109c341586ca6274048c0;hpb=3ba8f49b0829566a78901afe33291d1cbce336be;p=citadel.git 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;