Remove legacy CodePilot integration

This commit is contained in:
Sebastian Serth
2023-07-28 08:50:00 +02:00
parent bf662ecb81
commit 01f4f0c2cd
9 changed files with 1 additions and 74 deletions

View File

@ -114,10 +114,6 @@ CodeOceanEditorEvaluation = {
})) {
this.showContainerDepletedMessage();
}
if (this.qa_api) {
// send test response to QA
this.qa_api.executeCommand('syncOutput', [response]);
}
},
renderScore: function () {
@ -138,9 +134,6 @@ CodeOceanEditorEvaluation = {
handleTestResponse: function (result) {
this.clearOutput();
this.printOutput(result, false, 0);
if (this.qa_api) {
this.qa_api.executeCommand('syncOutput', [result]);
}
this.showStatus(result);
this.showOutputBar();
},