From 63339153dec2401ea59e5d17fe55999b20dc3512 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 16 Jun 2013 20:55:36 +0000 Subject: [PATCH] removed debug info git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6434 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/services/p3chatservice.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libretroshare/src/services/p3chatservice.cc b/libretroshare/src/services/p3chatservice.cc index e3a2cd43d..db228e7f0 100644 --- a/libretroshare/src/services/p3chatservice.cc +++ b/libretroshare/src/services/p3chatservice.cc @@ -49,7 +49,6 @@ * #define CHAT_DEBUG 1 * #define DEBUG_DISTANT_CHAT 1 ****/ -#define DEBUG_DISTANT_CHAT 1 static const int CONNECTION_CHALLENGE_MAX_COUNT = 20 ; // sends a connexion challenge every 20 messages static const time_t CONNECTION_CHALLENGE_MAX_MSG_AGE = 30 ; // maximum age of a message to be used in a connexion challenge