get rid of console.log
This commit is contained in:
@@ -1148,9 +1148,7 @@ Blockly.Blocks['procedures_callnoreturn'] = {
|
||||
// This should only be possible programatically and may indicate a problem
|
||||
// with event grouping. If you see this message please investigate. If the
|
||||
// use ends up being valid we may need to reorder events in the undo stack.
|
||||
console.log(
|
||||
'Saw an existing group while responding to a definition change'
|
||||
);
|
||||
|
||||
}
|
||||
Blockly.Events.setGroup(event.group);
|
||||
if (event.newValue) {
|
||||
|
||||
Reference in New Issue
Block a user