1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

src/main.go: skip logging "TCP Server started" its done in spawnTcpServer()

This commit is contained in:
Henrik Hautakoski 2022-08-21 13:35:31 +02:00
parent def3b41842
commit 6907b3ce75
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -154,8 +154,6 @@ func main() {
addr = argv_listen_addr()
logger.Info("TCP Server started", "addr", addr)
// Start listening to TCP Connections
spawnTcpServer(addr);
}