FIX linting

This commit is contained in:
Hoernschen 2024-02-25 20:30:12 +01:00
parent f74f71cac1
commit c1a2b9cfa3
No known key found for this signature in database
GPG Key ID: 37591FAF4E6D3462
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package gitea
import (
"bytes"
//"errors"
"fmt"
"io"
"net/http"

View File

@ -130,7 +130,6 @@ func (client *Client) ServeRawContent(targetOwner, targetRepo, ref, resource str
} else if cache.IsEmpty() {
log.Debug().Msg("[cache] is empty")
}
//return nil, cachedHeader, cachedStatusCode, ErrorNotFound
}
}
log.Trace().Msg("file not in cache")