Remove warning from Block bumpNeighbors (#4484)

* Remove warning
This commit is contained in:
Monica Kozbial
2020-12-02 16:39:30 -08:00
committed by GitHub
parent 5a3b99a08c
commit b8cfab62e8

View File

@@ -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.
};
/**