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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user