From 3b43cb31bf19835bed62631807ad26fe4715a969 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 30 Jul 2023 12:21:05 +0200 Subject: [PATCH] Remove leftover for CodePilot integration --- app/assets/javascripts/editor/execution.js | 1 - 1 file changed, 1 deletion(-) 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();