1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove leftover debug message

This commit is contained in:
Solomon Hykes 2013-03-06 00:37:00 -08:00
parent 74c88fdbc0
commit 791592731e

View file

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