removed debugging log

This commit is contained in:
Cam Otts 2023-02-02 09:24:06 -06:00
parent 9aba5f3524
commit 8203811f34
No known key found for this signature in database
GPG Key ID: 367B7C7EBD84A8BD

View File

@ -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)