remove SpotAgent start info output

This commit is contained in:
fasiondog 2023-10-24 02:45:06 +08:00
parent b2438cddec
commit fd38999d4c

View File

@ -158,7 +158,7 @@ void SpotAgent::work_thread() {
std::this_thread::sleep_for(std::chrono::seconds(5));
}
HKU_INFO("Ready to receive ...");
// HKU_INFO("Ready to receive ...");
while (!m_stop) {
char* buf = nullptr;