1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

remove debug

This commit is contained in:
Sergey Cherepanov 2022-10-24 13:05:44 +03:00 committed by Mikhail Iudin
parent 6faa5d6dc6
commit 348acd6d84
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -188,7 +188,6 @@ func (t *testServer) AddRecord(ctx context.Context, req *consensusproto.AddRecor
} }
func (t *testServer) WatchLog(stream consensusproto.DRPCConsensus_WatchLogStream) error { func (t *testServer) WatchLog(stream consensusproto.DRPCConsensus_WatchLogStream) error {
fmt.Println("watchLog", t.watchErrOnce)
if t.watchErrOnce { if t.watchErrOnce {
t.watchErrOnce = false t.watchErrOnce = false
return fmt.Errorf("error") return fmt.Errorf("error")