Remove log statement.
This commit is contained in:
parent
367dfaa146
commit
e8a89dfeca
@ -21,7 +21,6 @@ function clearOutput() {
|
|||||||
|
|
||||||
function renderParseResponse(response) {
|
function renderParseResponse(response) {
|
||||||
clearOutput();
|
clearOutput();
|
||||||
console.log(response);
|
|
||||||
renderSourceBox(response);
|
renderSourceBox(response);
|
||||||
renderAstTree(response);
|
renderAstTree(response);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user