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:
parent
74c88fdbc0
commit
791592731e
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ func (index *Index) DeleteMatch(pattern string) error {
|
||||||
if match, err := regexp.MatchString(pattern, name); err != nil {
|
if match, err := regexp.MatchString(pattern, name); err != nil {
|
||||||
return err
|
return err
|
||||||
} else if match {
|
} else if match {
|
||||||
fmt.Printf("Match: %s %s\n", name, pattern)
|
|
||||||
// Remove from index lookup
|
// Remove from index lookup
|
||||||
for _, image := range *history {
|
for _, image := range *history {
|
||||||
delete(index.ById, image.Id)
|
delete(index.ById, image.Id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue