diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go
index 12cfbfc1a46be33efb575489d0bf3b01c4bbc41c..df1edf0464e6a389e71ef74de60e35fdd4996e3d 100644
--- a/cmd/swarm/access.go
+++ b/cmd/swarm/access.go
@@ -62,7 +62,6 @@ func accessNewPass(ctx *cli.Context) {
 			utils.Fatalf("had an error printing the manifests: %v", err)
 		}
 	} else {
-		utils.Fatalf("uploading manifests")
 		err = uploadManifests(ctx, m, nil)
 		if err != nil {
 			utils.Fatalf("had an error uploading the manifests: %v", err)