Skip to content

Commit a9eb27d

Browse files
committed
Removed bad logging
1 parent b82df28 commit a9eb27d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

router.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,10 @@ func authenticate(store *datastore.Datastore, fn http.HandlerFunc, authMethod st
142142
// if store.Settings.CheckCSRFViaReferrer {
143143

144144
// }
145-
logrus.Info("xx")
146-
147-
logrus.Info("method", authMethod)
148145
if authMethod == security.NoAuth {
149146
fn(w, req)
150147
return
151148
}
152-
logrus.Info("yy")
153149

154150
tableName := "person" // default
155151
api := bone.GetValue(req, "api")

0 commit comments

Comments
 (0)