diff --git a/server/gitea/client.go b/server/gitea/client.go index 3af58fa..ea57c14 100644 --- a/server/gitea/client.go +++ b/server/gitea/client.go @@ -241,7 +241,6 @@ func (client *Client) GiteaGetRepoBranchTimestamp(repoOwner, repoName, branchNam log.Trace().Msgf("[cache] branch %q does not exist", branchName) return &BranchTimestamp{}, ErrorNotFound - } else { log.Trace().Msgf("[cache] use branch %q exist", branchName) // This comes from the refactoring of the caching library.