Remove leftover debug message
Upstream-commit: 791592731eccfae0072b20a80d15ec31e34dc88f Component: engine
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user