mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 18:20:51 +01:00
removed debugging log
This commit is contained in:
parent
9aba5f3524
commit
8203811f34
@ -75,8 +75,6 @@ func (h *createFrontendHandler) Handle(params admin.CreateFrontendParams, princi
|
|||||||
if errors.Is(sqliteErr.Code, sqlite3.ErrConstraint) {
|
if errors.Is(sqliteErr.Code, sqlite3.ErrConstraint) {
|
||||||
return admin.NewCreateFrontendBadRequest()
|
return admin.NewCreateFrontendBadRequest()
|
||||||
}
|
}
|
||||||
default:
|
|
||||||
logrus.Error("None?", err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
logrus.Errorf("error creating frontend record: %v", err)
|
logrus.Errorf("error creating frontend record: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user