remove clublog

This commit is contained in:
2024-10-31 15:28:54 +07:00
parent ff43b9c150
commit c86f531313
5 changed files with 3 additions and 13 deletions

View File

@ -149,10 +149,7 @@ func (c *TCPClient) ReadLine() {
Log.Info("Start receiving spots")
}
// start := time.Now()
go ProcessTelnetSpot(spotRe, message, c.SpotChanToFlex, c.SpotChanToHTTPServer, c.Countries)
// elapsed := time.Since(start)
// Log.Infof("Total time for processing spot: %s", elapsed)
// Send the spot message to TCP server
if len(c.TCPServer.Clients) > 0 {