mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
refactor(engine262): runEngine - Remove comment
This commit is contained in:
@@ -23,7 +23,6 @@ export function runEngine(code: string) {
|
|||||||
Result: CompletionRecord;
|
Result: CompletionRecord;
|
||||||
}) {
|
}) {
|
||||||
if (result instanceof Completion) {
|
if (result instanceof Completion) {
|
||||||
console.log({ node, result });
|
|
||||||
completionMapping.addCompletion({ node, result });
|
completionMapping.addCompletion({ node, result });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user