Prevent debug info from popping up

Fixes #56
This commit is contained in:
Daniel Wolf 2019-01-10 20:47:43 +01:00
parent e5066b549f
commit c68c12c865
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.');
} }