Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jhotmann committed Oct 9, 2023
1 parent 270d1fd commit 90a1e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/providers/mikrotik/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func (p *Provider) Update(_ context.Context, _ *http.Client, ip netip.Addr) (new
return netip.Addr{}, err
}
case listItem.Address == ip.String():
println("here")
return ip, nil
default:
err = p.setListValue(listItem.ID, ip.String())
Expand Down

0 comments on commit 90a1e34

Please sign in to comment.