mirror of https://github.com/docker/docs.git
Remove leftover debug message
This commit is contained in:
parent
74c88fdbc0
commit
791592731e
|
@ -220,7 +220,6 @@ func (index *Index) DeleteMatch(pattern string) error {
|
|||
if match, err := regexp.MatchString(pattern, name); err != nil {
|
||||
return err
|
||||
} else if match {
|
||||
fmt.Printf("Match: %s %s\n", name, pattern)
|
||||
// Remove from index lookup
|
||||
for _, image := range *history {
|
||||
delete(index.ById, image.Id)
|
||||
|
|
Loading…
Reference in New Issue