Skip to content

Commit aca8e1e

Browse files
committed
GO-4580 Cleanup graylog
1 parent 7f969a8 commit aca8e1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

commonspace/headsync/synclogger.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"time"
55

66
"github.com/anyproto/any-sync/app/logger"
7-
"go.uber.org/zap"
87
)
98

109
type syncLogger struct {
@@ -32,10 +31,4 @@ func (s syncLogger) logSyncDone(peerId string, newIds, changedIds, removedIds, d
3231
}
3332
}
3433
s.lastLogged[peerId] = now
35-
s.Info("sync done:", zap.Int("newIds", newIds),
36-
zap.Int("changedIds", changedIds),
37-
zap.Int("removedIds", removedIds),
38-
zap.Int("already deleted ids", deltedIds),
39-
zap.String("peerId", peerId),
40-
)
4134
}

0 commit comments

Comments
 (0)