diff --git a/common/static/js/capa/drag_and_drop/config_parser.js b/common/static/js/capa/drag_and_drop/config_parser.js index 6800cb7c97..664324e0b9 100644 --- a/common/static/js/capa/drag_and_drop/config_parser.js +++ b/common/static/js/capa/drag_and_drop/config_parser.js @@ -12,8 +12,6 @@ define(['logme'], function (logme) { returnStatus = true; - logme('imageDir', imageDir); - state.config = { 'imageDir': '/static/' + imageDir + '/images', 'draggables': [], diff --git a/common/static/js/capa/drag_and_drop/draggables.js b/common/static/js/capa/drag_and_drop/draggables.js index c4c5a94ec0..0800ce4c6b 100644 --- a/common/static/js/capa/drag_and_drop/draggables.js +++ b/common/static/js/capa/drag_and_drop/draggables.js @@ -151,8 +151,6 @@ define(['logme', 'update_input'], function (logme, updateInput) { // icon. All the existing code will work, and the user will // see a label instead of an icon. if (obj.label.length > 0) { - logme('We have a label length > 0.'); - draggableObj.iconEl = $( '