From 0f43c3232d3c919fb3e3b45c704f0151c4da17cd Mon Sep 17 00:00:00 2001 From: Gregory Salaun Date: Thu, 24 Oct 2024 22:43:05 +0700 Subject: [PATCH] up --- spot.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spot.go b/spot.go index 068b3a2..61e13c6 100644 --- a/spot.go +++ b/spot.go @@ -5,7 +5,6 @@ import ( "strconv" "strings" "sync" - "time" _ "github.com/mattn/go-sqlite3" ) @@ -59,8 +58,6 @@ func ProcessTelnetSpot(re *regexp.Regexp, spotRaw string, SpotChanToFlex chan Te wg := new(sync.WaitGroup) wg.Add(4) - start := time.Now() - go contactRepo.ListByCountry(spot.DXCC, contactsChan, wg) contacts := <-contactsChan @@ -74,8 +71,6 @@ func ProcessTelnetSpot(re *regexp.Regexp, spotRaw string, SpotChanToFlex chan Te contactsCall := <-contactsCallChan wg.Wait() - elapsed := time.Since(start) - Log.Infof("Checking Db took: %s", elapsed) if len(contacts) == 0 { spot.NewDXCC = true