* we should work without debugging too...
[citadel.git] / ctdlphp / config_ctdlclient.php
index 40676657df4f411d03a4d8b3c8b2d956c2b01136..96676a622493b9aca3357bcbbdb44d1ca9c23df2 100644 (file)
@@ -7,6 +7,6 @@ define('CITADEL_HOSTNAME',"127.0.0.1");
 define('CITADEL_TCP_PORTNO','504');
 
 #do you want to see the server conversation for exploring the protocol?
-define('CITADEL_DEBUG_CITPROTO',1);
-define('CITADEL_DEBUG_PROXY', TRUE);
+define('CITADEL_DEBUG_CITPROTO',0);
+define('CITADEL_DEBUG_PROXY', FALSE);
 ?>
\ No newline at end of file