mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-23 22:05:51 +02:00
fix: remove debug log
This commit is contained in:
parent
797cdfbdb8
commit
5230c7a364
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user