Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 91a0949

Browse files
authored
Merge pull request #111 from ProgrammingLab/revert-110-gedorinku/add_migration_log
Revert "Add debug logs"
2 parents cbf6217 + a239be2 commit 91a0949

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

infra/store/image/image_store.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ func (s *imageStoreImpl) MigrateImages() error {
7272
keys[key] = struct{}{}
7373
}
7474

75-
grpclog.Infof("found %v images", len(keys))
76-
7775
for key := range keys {
7876
if strings.HasSuffix(key, "px") {
7977
continue
@@ -88,7 +86,6 @@ func (s *imageStoreImpl) MigrateImages() error {
8886
continue
8987
}
9088

91-
grpclog.Infof("migrating %v", key)
9289
err := s.migrateImage(key)
9390
if err != nil {
9491
return err

0 commit comments

Comments
 (0)