chore: Remove unneeded debug messages.
Some checks failed
Release code / build (push) Failing after 3m20s
Some checks failed
Release code / build (push) Failing after 3m20s
This commit is contained in:
parent
3429f2cd37
commit
ea0a953b0e
1 changed files with 0 additions and 3 deletions
|
@ -266,10 +266,7 @@ func (backend *SSHBackend) StopProxy(command *commonbackend.RemoveProxy) (bool,
|
|||
backend.arrayPropMutex.Lock()
|
||||
|
||||
for proxyIndex, proxy := range backend.proxies {
|
||||
// Check if memory addresses are equal for the pointer
|
||||
if command.SourceIP == proxy.SourceIP && command.SourcePort == proxy.SourcePort && command.DestPort == proxy.DestPort && command.Protocol == proxy.Protocol {
|
||||
log.Debug("found proxy in StopProxy. shutting down listeners")
|
||||
|
||||
for _, listener := range proxy.Listeners {
|
||||
err := listener.Close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue