Commit 43224ed7 authored by Sam Stokes's avatar Sam Stokes Committed by GitHub

op-service: remove test print statement (#12083)

parent 308ce74c
......@@ -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...)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment