Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Sep 23, 2024
1 parent 9bc5620 commit 7aada05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import (
var Version string

func init() {
if err := os.MkdirAll("/tmp/estkme-cloud", 0755); err != nil {
panic(err)
}
flag.StringVar(&config.C.ListenAddress, "listen-address", ":1888", "eSTK.me cloud enhance server listen address")
flag.StringVar(&config.C.Advertising, "advertising", "", "advertising message to show on the server (max: 100 characters)")
flag.BoolVar(&config.C.Verbose, "verbose", false, "verbose mode")
Expand Down

0 comments on commit 7aada05

Please sign in to comment.