Remove log statement.

This commit is contained in:
Tom Alexander
2023-08-18 23:33:48 -04:00
parent 367dfaa146
commit e8a89dfeca

View File

@@ -21,7 +21,6 @@ function clearOutput() {
function renderParseResponse(response) {
clearOutput();
console.log(response);
renderSourceBox(response);
renderAstTree(response);
}