Skip to content
Snippets Groups Projects
Commit 4c88772f authored by simon.fanetti's avatar simon.fanetti
Browse files

remove server check

parent 889f6c06
No related branches found
No related tags found
No related merge requests found
......@@ -140,13 +140,6 @@ void trackCircle()
int main(int argc, char *argv[])
{
if (argc != 3)
{
printf("Usage : %s <addr_ip> <port>\n", argv[0]);
exit(1);
}
//client = Sandbox(argv[1], atoi(argv[2]));
client = Sandbox();
cout << "Press: \n 0: Show difference \n 1: Show level \n";
int f = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment