Skip to content

Commit

Permalink
remove redundant popup on corectd init now that GUI is around the corner
Browse files Browse the repository at this point in the history
Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Jul 5, 2016
1 parent 4fe430e commit 421d1fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ func serverStartCommand(cmd *cobra.Command, args []string) (err error) {
if srv, err = server.Daemon.Running(); err != nil {
return err
}
if _, err = mack.AlertBox(mack.AlertOptions{
Title: fmt.Sprintf("corectld (%v) just started with Pid %v .",
srv.Version, srv.Pid),
Message: "\n\n(this window will self destruct after 15s)",
Style: "informational",
Duration: 15,
Buttons: "OK"}); err != nil {
return
}
fmt.Println("Started corectld:")
srv.PrettyPrint(true)
return
Expand Down

0 comments on commit 421d1fd

Please sign in to comment.