From 8c3b4fed10ce5bad422436b8b804fd1fd71b0e65 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Mon, 9 May 2011 16:39:37 +0300
Subject: [PATCH] Removed a single outdated comment in client.cpp

---
 src/client.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/client.cpp b/src/client.cpp
index ec2504bc8..ce862a002 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -546,8 +546,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
 
 	//dstream<<"Client received command="<<(int)command<<std::endl;
 
-	// Execute fast commands straight away
-
 	if(command == TOCLIENT_INIT)
 	{
 		if(datasize < 3)
-- 
GitLab