vestigial log message

This commit is contained in:
Michael Quigley 2022-10-21 09:37:34 -04:00
parent 014da707d7
commit 3c8e5dee9f
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -27,8 +27,6 @@ func newEnableHandler() *enableHandler {
}
func (self *enableHandler) Handle(params identity.EnableParams, principal *rest_model_zrok.Principal) middleware.Responder {
logrus.Infof("headers = %v", params.HTTPRequest.Header)
// start transaction early; if it fails, don't bother creating ziti resources
tx, err := str.Begin()
if err != nil {