Remove leftover debug message

Upstream-commit: 791592731eccfae0072b20a80d15ec31e34dc88f
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-06 00:37:00 -08:00
parent c114400a94
commit 9e8c334ba7
-1
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)