remove debug

This commit is contained in:
Sergey Cherepanov 2022-10-24 13:05:44 +03:00
parent e8353897eb
commit 9992b1fa7e
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

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 {
fmt.Println("watchLog", t.watchErrOnce)
if t.watchErrOnce {
t.watchErrOnce = false
return fmt.Errorf("error")