Skip to content

Commit bf631fd

Browse files
committed
chore: remove log
1 parent 89daf52 commit bf631fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/RoutesFolderWatcher.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export class RoutesFolderWatcher {
2626
this.exclude = folderOptions.exclude
2727
this.extensions = folderOptions.extensions
2828
this.filePatterns = folderOptions.filePatterns
29-
console.log(
30-
'🚀 ~ file: RoutesFolderWatcher.ts ~ line 86 ~ RoutesFolderWatcher ~ constructor ~ this.filePatterns',
31-
this.filePatterns
32-
)
3329

3430
this.watcher = fsWatch('.', {
3531
cwd: this.src,

0 commit comments

Comments
 (0)