mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
src/main.go: skip logging "TCP Server started" its done in spawnTcpServer()
This commit is contained in:
parent
def3b41842
commit
6907b3ce75
1 changed files with 0 additions and 2 deletions
|
|
@ -154,8 +154,6 @@ func main() {
|
||||||
|
|
||||||
addr = argv_listen_addr()
|
addr = argv_listen_addr()
|
||||||
|
|
||||||
logger.Info("TCP Server started", "addr", addr)
|
|
||||||
|
|
||||||
// Start listening to TCP Connections
|
// Start listening to TCP Connections
|
||||||
spawnTcpServer(addr);
|
spawnTcpServer(addr);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue