Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jagaimoworks committed Nov 29, 2024
1 parent 3b633e4 commit e9aaa97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/portforward/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (l *Loop) SetPortsForwarded(ports []uint16) (err error) {

err = l.service.SetPortsForwarded(l.runCtx, ports)
if err != nil {
l.logger.Error(err.Error())
return err
}

Expand Down

0 comments on commit e9aaa97

Please sign in to comment.