diff --git a/core/block.js b/core/block.js index fc239b052..19d5a7bf1 100644 --- a/core/block.js +++ b/core/block.js @@ -371,8 +371,6 @@ Blockly.Block.prototype.bumpNeighbours_ = function() { } } } - // Remove any associated errors or warnings. - Blockly.WarningHandler.checkDisposedBlock.call(this); }; /**