diff options
Diffstat (limited to 'cmd/swarm')
-rw-r--r-- | cmd/swarm/access.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/swarm/access.go b/cmd/swarm/access.go index 12cfbfc1a..df1edf046 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) |