From b32cad2c27bbfd386812467bd7dc521b4ae89bee Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 27 Sep 2021 14:57:06 -0700 Subject: [PATCH] Don't Log Conn --- networks/tor/BaseOnionService.go | 1 - 1 file changed, 1 deletion(-) 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)