Przeglądaj źródła

remove print stmt

Mohammed Nafees 4 lat temu
rodzic
commit
4590fab0f6
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      internal/registry/registry.go

+ 0 - 2
internal/registry/registry.go

@@ -774,8 +774,6 @@ func (r *Registry) GetECRPaginatedImages(
 		res = append(res, v)
 	}
 
-	fmt.Printf("LEN: %d\n", len(res))
-
 	return res, resp.NextToken, nil
 }