Skip to content

Commit

Permalink
remove a log
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Dec 8, 2024
1 parent 50e7caf commit bdda64d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/grasshopper/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ var startCmd = &cobra.Command{
crypterIn := newCrypt(passIn, config.CI)
crypterOut := newCrypt(passOut, config.CO)

log.Println(crypterIn, crypterOut)

// init listener
listener, err := grasshopper.ListenWithOptions(config.Listen, config.NextHop, config.SockBuf, config.Timeout, crypterIn, crypterOut, log.Default())
if err != nil {
Expand Down

0 comments on commit bdda64d

Please sign in to comment.