Skip to content

Commit 063721b

Browse files
Remove forgotten console log
1 parent 8bf9ae3 commit 063721b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wwwsrc/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ openButton.addEventListener('click', (event) => {
111111
try {
112112
const workspaceData = JSON.parse(data);
113113

114-
console.log(workspaceData);
115-
116114
Blockly.serialization.workspaces.load(workspaceData, workspace);
117115
} catch(err) {
118116
if (err instanceof SyntaxError) return vex.dialog.alert('The selected file couldn\'t be loaded because it\'s not a valid JSON file.');

0 commit comments

Comments
 (0)