Skip to content

Commit

Permalink
chore: remove redundant log (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-dyshel committed Dec 22, 2021
1 parent e0f3361 commit e20974c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/commands/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/json"
"fmt"
"io"
"log"
"math"
"net"
"os"
Expand Down Expand Up @@ -234,7 +233,6 @@ func proxy(host *config.Host, conf *config.Config, dryRun bool) error {
logger().Debug("Trying gateways", zap.String("gateways", strings.Join(host.Gateways, ", ")))
var gatewayErrors []gatewayErrorMsg
for _, gateway := range host.Gateways {
log.Println(gateway)
if gateway == "direct" {
if err := proxyDirect(host, dryRun); err != nil {
gatewayErrors = append(gatewayErrors, gatewayErrorMsg{
Expand Down

0 comments on commit e20974c

Please sign in to comment.