1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

fix: remove debug log

This commit is contained in:
Jason Song
2022-11-18 16:13:38 +08:00
parent 797cdfbdb8
commit 5230c7a364

View File

@@ -118,8 +118,6 @@ func (b *Basic) Verify(req *http.Request, w http.ResponseWriter, store DataStore
store.GetData()["BotTaskID"] = task.ID store.GetData()["BotTaskID"] = task.ID
return user_model.NewBotUser() return user_model.NewBotUser()
} else {
log.Error("GetTaskByToken: %v %v", task, err)
} }
if !setting.Service.EnableBasicAuth { if !setting.Service.EnableBasicAuth {