diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go
index 1e69526ec3449a16a37480583e76c06ff26c0ccc..67e852dde5aa7a0fb71b42bc96300837d24e98ab 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)