From 7c49741395699c9a2cecff839876110cfaba1993 Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Wed, 23 Feb 2022 14:52:28 -0600 Subject: [PATCH] remove spammy prints --- connect/host.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/connect/host.go b/connect/host.go index 098143b..38df112 100644 --- a/connect/host.go +++ b/connect/host.go @@ -108,10 +108,6 @@ func NewHost(id *id.ID, address string, cert []byte, params HostParams) (host *H // Configure the host credentials err = host.setCredentials() - - //print logs - jww.INFO.Printf("New Host Created: %s", host) - jww.TRACE.Printf("New Host Certificate for %v: %s...", id, cert) return } -- GitLab