We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf9ae3 commit 063721bCopy full SHA for 063721b
wwwsrc/index.js
@@ -111,8 +111,6 @@ openButton.addEventListener('click', (event) => {
111
try {
112
const workspaceData = JSON.parse(data);
113
114
- console.log(workspaceData);
115
-
116
Blockly.serialization.workspaces.load(workspaceData, workspace);
117
} catch(err) {
118
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