去掉测试遗留

This commit is contained in:
cdyong 2016-08-13 00:05:45 +00:00
parent a1ddfbe634
commit 1cadb2c69e
1 changed files with 1 additions and 5 deletions

View File

@ -352,11 +352,7 @@ void TokenClient::LoopTask()
{
Master->Close();
// Sys.Reset();
}
auto now = Sys.Ms();
auto arr = Buffer(&now, 8);
Invoke("Proxy/Upload", arr);
}
}
void BroadcastHelloTask(void* param)