diff --git a/cmd/flux/get_image_all.go b/cmd/flux/get_image_all.go
index a4bda6b37b1abf9911e54c45490578d81863c29d..4e66b832d5998cbaf5961c759b61f9fa14e34d0f 100644
--- a/cmd/flux/get_image_all.go
+++ b/cmd/flux/get_image_all.go
@@ -49,13 +49,6 @@ var getImageAllCmd = &cobra.Command{
 				list:    &imageUpdateAutomationListAdapter{&autov1.ImageUpdateAutomationList{}},
 			},
 		}
-		c := getCommand{
-			apiType: imageRepositoryType,
-			list:    imageRepositoryListAdapter{&imagev1.ImageRepositoryList{}},
-		}
-		if err := c.run(cmd, args); err != nil {
-			logger.Failuref(err.Error())
-		}
 
 		for _, c := range allImageCmd {
 			if err := c.run(cmd, args); err != nil {