Skip to content

Commit 18f2eb3

Browse files
author
rsora
committed
Apply general cosmetics
1 parent 34e7854 commit 18f2eb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/daemon/daemon.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ func runDaemonCommand(cmd *cobra.Command, args []string) {
116116
feedback.Errorf("Failed to listen on TCP port: %s. Unexpected error: %v", port, err)
117117
os.Exit(errorcodes.ErrGeneric)
118118
}
119-
// This message will show up on the stdout of the daemon process so that gRPC clients know it is time to connect.
120-
logrus.Infof("Daemon is listening on TCP port %s...", port)
121119
if err := s.Serve(lis); err != nil {
122120
logrus.Fatalf("Failed to serve: %v", err)
123121
}

0 commit comments

Comments
 (0)