Remove log statement.

main
Tom Alexander 9 months ago
parent 367dfaa146
commit e8a89dfeca
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

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

Loading…
Cancel
Save