Don't Log Conn
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-09-27 14:57:06 -07:00
parent 12156065c3
commit b32cad2c27
1 changed files with 0 additions and 1 deletions

View File

@ -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)