Skip to content

Commit 1821651

Browse files
author
Aaron Schlesinger
committed
fix(pkg/sshd/server.go): remove unused constant
1 parent 2c472f0 commit 1821651

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/sshd/server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const (
3131
ServerConfig string = "ssh.ServerConfig"
3232

3333
multiplePush string = "Another git push is ongoing"
34-
35-
inProgressDelete string = "This app was deleted and is being cleaned up. Please re-create it with 'deis create your_app'"
3634
)
3735

3836
// Serve starts a native SSH server.

0 commit comments

Comments
 (0)