Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Sep 23, 2024
1 parent a58c4d8 commit 63afefa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openrewrite/src/javascript/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class ParserVisitor {
}
break;
default:
console.log(node.kind + ": " + ts.SyntaxKind[node.kind]);
return new J.Unknown(
randomId(),
Space.EMPTY,
Expand Down

0 comments on commit 63afefa

Please sign in to comment.