We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadeb42 commit 933ada1Copy full SHA for 933ada1
1 file changed
internal/watcher/watcher.go
@@ -70,8 +70,6 @@ func InitWatcher(ct context.Context, slogger *slog.Logger, groups []*PatternGrou
70
71
activeWatcher = &globalWatcher{groups: groups}
72
73
- log.Printf("#%v", groups)
74
-
75
for _, g := range groups {
76
if len(g.Patterns) == 0 {
77
continue
0 commit comments