aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/swarm/access.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go
index 1e69526ec..67e852dde 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)