From c48b42407f906578b934eaa16d2500a29952c635 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Tue, 17 Oct 2023 14:48:26 -0600 Subject: [PATCH] Removed extra print statement --- cmd/scan.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/scan.go b/cmd/scan.go index afd8a0d..5f4ec53 100644 --- a/cmd/scan.go +++ b/cmd/scan.go @@ -43,8 +43,6 @@ var scanCmd = &cobra.Command{ } } - fmt.Printf("hosts to scan: %v\n", hostsToScan) - // set ports to use for scanning portsToScan := []int{} if len(ports) > 0 {