Merge pull request #57 from DanielSWolf/bugfix/#56-script-editor-pops-up

Prevent debug info from popping up
This commit is contained in:
Daniel Wolf 2019-01-10 22:13:35 +01:00 committed by GitHub
commit 357cb0b65e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -622,7 +622,6 @@ function createDialogWindow() {
var result; var result;
try { try {
result = JSON.parse(readTextFile(jsonFile)); result = JSON.parse(readTextFile(jsonFile));
$.writeln(readTextFile(jsonFile));
} catch (e) { } catch (e) {
throw new Error('No animation result. Animation was probably canceled.'); throw new Error('No animation result. Animation was probably canceled.');
} }