From b63db4957161894d02b4ae77cf8b04d6a7c82833 Mon Sep 17 00:00:00 2001 From: "Evan W. Patton" Date: Wed, 5 Oct 2016 15:36:16 -0400 Subject: [PATCH] [WIP] Remove badly patched dispose call --- core/block.js | 2 -- 1 file changed, 2 deletions(-) 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); }; /**