diff --git a/static/script.js b/static/script.js index 5d4b4b9..388f6ae 100644 --- a/static/script.js +++ b/static/script.js @@ -21,7 +21,6 @@ function clearOutput() { function renderParseResponse(response) { clearOutput(); - console.log(response); renderSourceBox(response); renderAstTree(response); }