remove debug
This commit is contained in:
parent
6faa5d6dc6
commit
348acd6d84
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user