From e8a89dfeca1573c22c7a7ee47715e8ad2f04c530 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 18 Aug 2023 23:33:48 -0400 Subject: [PATCH] Remove log statement. --- static/script.js | 1 - 1 file changed, 1 deletion(-) 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); }