Skip to content

Commit

Permalink
op-service: remove test print statement (#12083)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy authored Sep 24, 2024
1 parent 308ce74 commit 43224ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op-service/client/lazy_dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (l *LazyRPC) CallContext(ctx context.Context, result any, method string, ar
if err := l.dial(ctx); err != nil {
return err
}
fmt.Println("checkpoin 1")
return l.inner.CallContext(ctx, result, method, args...)
}

Expand Down

0 comments on commit 43224ed

Please sign in to comment.