[WIP] Remove badly patched dispose call

This commit is contained in:
Evan W. Patton
2016-10-05 15:36:16 -04:00
parent 5174a4da12
commit b63db49571

View File

@@ -371,8 +371,6 @@ Blockly.Block.prototype.bumpNeighbours_ = function() {
}
}
}
// Remove any associated errors or warnings.
Blockly.WarningHandler.checkDisposedBlock.call(this);
};
/**