diff --git a/core/block.js b/core/block.js index 158a88a0d..cc3442522 100644 --- a/core/block.js +++ b/core/block.js @@ -580,8 +580,7 @@ Blockly.Block.prototype.lastConnectionInStack = function() { * connected should not coincidentally line up on screen. */ Blockly.Block.prototype.bumpNeighbours = function() { - console.warn('Not expected to reach Block.bumpNeighbours function. ' + - 'BlockSvg.bumpNeighbours was expected to be called instead.'); + // noop. }; /**