diff --git a/networks/tor/BaseOnionService.go b/networks/tor/BaseOnionService.go index b412ab2..2fb2d90 100644 --- a/networks/tor/BaseOnionService.go +++ b/networks/tor/BaseOnionService.go @@ -93,7 +93,6 @@ func (s *BaseOnionService) WaitForCapabilityOrClose(cid string, name tapir.Capab // Lookup the connection... conn, err := s.GetConnection(cid) - log.Debugf("Found %v %v", conn, err) // If there are no active connections then return an error... if conn == nil { log.Debugf("no active connection found for %v", cid)