Skip to content

Commit fba3160

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 9716ec1 commit fba3160

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/app/unlink.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ func UnlinkCommandRunE(ctx context.Context, clients *shared.ClientFactory, cmd *
9999
if err != nil {
100100
return types.App{}, err
101101
}
102-
103-
// Clean up empty files
104-
clients.AppClient().CleanUp()
105-
106102
return app, nil
107103
}
108104

0 commit comments

Comments
 (0)