debugging lint

This commit is contained in:
Michael Quigley 2024-11-08 14:58:02 -05:00
parent 1face3bb86
commit 662aa59065
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -44,7 +44,6 @@ func (i *agentGrpcImpl) AccessPrivate(_ context.Context, req *agentGrpc.AccessPr
acc.process, err = proctree.StartChild(acc.tail, accCmd...)
if err != nil {
logrus.Errorf("child start '%v': %v", accCmd, err)
return nil, err
}