Remove errant log message

pull/4/head
Stephen J Day 2014-12-09 14:19:07 -08:00
parent 49d13f9a08
commit 33b2b80a8c
1 changed files with 0 additions and 1 deletions

View File

@ -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}