diff --git a/app/assets/javascripts/editor/execution.js b/app/assets/javascripts/editor/execution.js index 61f1f34c..cbf2103b 100644 --- a/app/assets/javascripts/editor/execution.js +++ b/app/assets/javascripts/editor/execution.js @@ -63,7 +63,6 @@ CodeOceanEditorWebsocket = { handleExitCommand: function() { this.killWebsocket(); - this.handleQaApiOutput(); this.handleStderrOutputForFlowr(); this.augmentStacktraceInOutput(); this.cleanUpTurtle();