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:
parent
6faa5d6dc6
commit
348acd6d84
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue