Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Sep 3, 2020
1 parent 90f6d5f commit c90c437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/blockly.js
Expand Up @@ -65,7 +65,6 @@ export default async function init() {
// <GSL customizable: blockly-body-addBlock>
// Your function code goes here
const { type } = dynamicBlock.blockJson;
console.log('adding block');
if (Blockly.Blocks[type]) {
throw 'block with given type already exists';
}
Expand Down

0 comments on commit c90c437

Please sign in to comment.