Skip to content

Commit

Permalink
Drop flag parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Oct 27, 2021
1 parent c0aea23 commit a0ade45
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 @@ -16,7 +16,6 @@
package main

import (
"flag"
"fmt"
"os"

Expand Down Expand Up @@ -126,8 +125,6 @@ func start(l *zap.Logger, c *cli.Context) {
edgevpn.FromYaml(config),
}

flag.Parse()

e := edgevpn.New(opts...)

l.Sugar().Info(copyRight)
Expand Down

0 comments on commit a0ade45

Please sign in to comment.