diff --git a/question/type/ddmarker/yui/dd/dd.js b/question/type/ddmarker/yui/dd/dd.js index 374bbcc615e..13e1208f428 100644 --- a/question/type/ddmarker/yui/dd/dd.js +++ b/question/type/ddmarker/yui/dd/dd.js @@ -208,7 +208,6 @@ YUI.add('moodle-qtype_ddmarker-dd', function(Y) { coords[coords.length] = bgimgxy; } } - console.log({'coords read from display':coords}); this.set_form_value(choiceno, coords.join(';')); this.reposition_drags(); },