Skip to content
Snippets Groups Projects
Commit 8c3b4fed authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Removed a single outdated comment in client.cpp

parent 1a6e1e14
No related branches found
No related tags found
No related merge requests found
...@@ -546,8 +546,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) ...@@ -546,8 +546,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
//dstream<<"Client received command="<<(int)command<<std::endl; //dstream<<"Client received command="<<(int)command<<std::endl;
// Execute fast commands straight away
if(command == TOCLIENT_INIT) if(command == TOCLIENT_INIT)
{ {
if(datasize < 3) if(datasize < 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment