adium 3332:1cbc82513f83: Backed out changeset a9575b3b3163 (it w...

commits at adium.im commits at adium.im
Fri Sep 24 04:02:53 UTC 2010


details:	http://hg.adium.im/adium/rev/1cbc82513f83
revision:	3332:1cbc82513f83
author:		Evan Schoenberg
date:		Thu Sep 23 20:00:26 2010 -0500

Backed out changeset a9575b3b3163 (it was pointed out that the header file already performs this check).

diffs (21 lines):

diff -r a9c6a2d66e7b -r 1cbc82513f83 Frameworks/Adium Framework/Source/ESDebugAILog.m
--- a/Frameworks/Adium Framework/Source/ESDebugAILog.m	Tue Sep 21 00:10:14 2010 -0400
+++ b/Frameworks/Adium Framework/Source/ESDebugAILog.m	Thu Sep 23 20:00:26 2010 -0500
@@ -58,8 +58,6 @@
 }
 
 void AILog_impl (NSString *format, ...) {
-	if (!AIDebugLoggingEnabled) return;
-
 	va_list		ap; /* Points to each unamed argument in turn */
 	NSString	*debugMessage;
 	
@@ -74,8 +72,6 @@
 }
 
 void AILogWithPrefix_impl (const char *prefix, NSString *format, ...) {
-	if (!AIDebugLoggingEnabled) return;
-
 	va_list		ap; /* Points to each unamed argument in turn */
 	NSString	*debugMessage, *actualMessage;
 	




More information about the commits mailing list