MDL-42426 Javascript: Remove debugger statement

This commit is contained in:
Damyon Wiese 2013-10-18 12:41:53 +08:00
parent c68bf34f83
commit 5aa06c9c1f

View File

@ -210,7 +210,6 @@ YUI.add('moodle-core-dragdrop', function(Y) {
// The valid node types to get text from.
var nodes = n.all('h2, h3, h4, h5, span, p, div.no-overflow, div.dimmed_text');
var text = '';
debugger;
nodes.each(function () {
if (text == '') {