Remove log statement.

This commit is contained in:
Tom Alexander 2023-08-18 23:33:48 -04:00
parent 367dfaa146
commit e8a89dfeca
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

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