From 13b56edc15629aebdb4809a1632e07cbee58d643 Mon Sep 17 00:00:00 2001
From: meini <meini@meini-desktop.ARBEITSGRUPPE>
Date: Fri, 20 Mar 2009 12:37:55 +0100
Subject: debug message removed

---
 src/remoteConfig.cc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/remoteConfig.cc b/src/remoteConfig.cc
index dcdf01f5b2d93f3e933d75b6493138c579da8165..323321e88de3e3662862a4cde6288dd04563c8bf 100644
--- a/src/remoteConfig.cc
+++ b/src/remoteConfig.cc
@@ -256,8 +256,8 @@ int RemoteConfig::responseHandler (void *data, ReadMarshalStream*  msIn, const a
 
 	if(msIn==NULL)//ouch we need this!
 	{
-		if(remoteConfig)*remoteConfig->shellClient->sockout << "Response from " << src <<" with NULL" << std::endl;
-		GEA.dbg() << "Response from " << src <<" with NULL" << std::endl;
+		//if(remoteConfig)*remoteConfig->shellClient->sockout << "Response from " << src <<" with NULL" << std::endl;
+		//GEA.dbg() << "Response from " << src <<" with NULL" << std::endl;
 		return -1;
 	}
 	uint32_t status;
@@ -296,8 +296,8 @@ int RemoteConfig::requestHandler (void *data, ReadMarshalStream*  msIn, WriteMar
 	REP_MAP_OBJ(RemoteConfig *,remoteConfig);
 	if(msIn==NULL||msOut==NULL)//we definitely need those!
 	{
-		if(remoteConfig)*remoteConfig->shellClient->sockout << "Request from " << src <<" with NULL " << std::endl;
-		GEA.dbg() << "Request from " << src <<" with NULL " << std::endl;
+		//if(remoteConfig)*remoteConfig->shellClient->sockout << "Request from " << src <<" with NULL " << std::endl;
+		//GEA.dbg() << "Request from " << src <<" with NULL " << std::endl;
 		return -1;
 	}
 	if(!remoteConfig)//we definitely need this one!
-- 
1.6.2.1


