|
|
@@ -229,7 +229,6 @@ func createDefaultConf() error {
|
|
|
// check outbound tcp connectivity
|
|
|
// takes ip:port
|
|
|
func NetCheck(netCheck string) bool {
|
|
|
- logger.Info("Checking internet access")
|
|
|
internet := false
|
|
|
timeout := 3 * time.Second
|
|
|
conn, err := net.DialTimeout("tcp", netCheck, timeout)
|