MDL-47494 ddmarker: NOBUG removing console.log

This commit is contained in:
Jamie Pratt
2011-11-10 13:06:02 +07:00
parent b88753e448
commit 197acdf79b
-1
View File
@@ -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();
},