mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +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) {
|
||||
return admin.NewCreateFrontendBadRequest()
|
||||
}
|
||||
default:
|
||||
logrus.Error("None?", err)
|
||||
}
|
||||
|
||||
logrus.Errorf("error creating frontend record: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user