From ea873819390f0d9af4309f86974d7bed79c161ae Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 16 Apr 1996 23:27:53 +0000 Subject: [PATCH] (debug_connection): Changed from 1 to 0; don't print debugging messages. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1384 72102866-910b-0410-8b05-ffd578937521 --- Source/Connection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Connection.m b/Source/Connection.m index 7508f46e5..bc5ba94da 100644 --- a/Source/Connection.m +++ b/Source/Connection.m @@ -112,7 +112,7 @@ static id default_decoding_class; static int default_in_timeout; static int default_out_timeout; -static int debug_connection = 1; +static int debug_connection = 0; /* Perhaps this should be a hashtable, keyed by remote port. But we may also need to include the local port---even though