diff --git a/webgoat-container/src/main/resources/static/js/goatApp/view/LessonContentView.js b/webgoat-container/src/main/resources/static/js/goatApp/view/LessonContentView.js index ee9a381b0..2c80bcaa9 100644 --- a/webgoat-container/src/main/resources/static/js/goatApp/view/LessonContentView.js +++ b/webgoat-container/src/main/resources/static/js/goatApp/view/LessonContentView.js @@ -110,7 +110,6 @@ define(['jquery', }, onSuccessResponse: function(data) { - console.log(data); this.renderFeedback(data.feedback); this.renderOutput(data.output || "");