mirror of
https://github.com/distribution/distribution.git
synced 2025-09-03 07:54:41 +00:00
Remove errant log message
This commit is contained in:
@@ -72,7 +72,6 @@ func (ms *manifestStore) Tags(name string) ([]string, error) {
|
||||
var tags []string
|
||||
entries, err := ms.driver.List(p)
|
||||
if err != nil {
|
||||
logrus.Infof("%#v", err)
|
||||
switch err := err.(type) {
|
||||
case storagedriver.PathNotFoundError:
|
||||
return nil, ErrUnknownRepository{Name: name}
|
||||
|
Reference in New Issue
Block a user