Skip to content

Commit daab154

Browse files
authored
Merge pull request #39 from byondrnd/remove-log
Remove log
2 parents 344f935 + 0ab352e commit daab154

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/short-drinks-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@byondxr/babel-plugin": patch
3+
---
4+
5+
remove log files

packages/babel-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const plugin = (): PluginObj<Options> => {
281281
}, 10000)
282282
}
283283
}
284-
console.log(file.path.toString().replaceAll('\t', ' '))
284+
// console.log(file.path.toString().replaceAll('\t', ' '))
285285
},
286286
}
287287
}

0 commit comments

Comments
 (0)