Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-iachini committed Mar 25, 2024
1 parent 33a6cda commit b79d1e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function print(
case "Resource":
return join(line, path.map(printFn, 'body'));
case "Message":
console.log(node);
return [
node.comment ? [path.call(printFn, 'comment'), line] : '',
node.id.name,
Expand Down

0 comments on commit b79d1e6

Please sign in to comment.