Skip to content

Commit 933ada1

Browse files
committed
remove remaining debug log
1 parent cadeb42 commit 933ada1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/watcher/watcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ func InitWatcher(ct context.Context, slogger *slog.Logger, groups []*PatternGrou
7070

7171
activeWatcher = &globalWatcher{groups: groups}
7272

73-
log.Printf("#%v", groups)
74-
7573
for _, g := range groups {
7674
if len(g.Patterns) == 0 {
7775
continue

0 commit comments

Comments
 (0)