diff --git a/cube/User/Src/tcpTest.c b/cube/User/Src/tcpTest.c index 6300ba0..9f106af 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -30,7 +30,7 @@ void tcpTestHandler(void *handle) { socketInitialized = true; } } else { - coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); + // coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); } } else { coloredMsg(LOG_YELLOW, "tth, network not yet ready");