Skip to content

Commit 7b97fbd

Browse files
committed
remove todo and add logging
1 parent 3913604 commit 7b97fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/office365/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (s *SubscriptionWatcher) Run(ctx context.Context) error {
123123
default:
124124
ctLogger.Warn("worker is busy, skipping")
125125
case workerCh <- sub:
126-
// TODO: Log work sent
126+
ctLogger.Debugln("sent work")
127127
}
128128
}
129129
}

0 commit comments

Comments
 (0)