adium 2447:ffa28366693c: My usual habit of checking in NSLog con...

commits at adium.im commits at adium.im
Tue Jun 2 19:46:20 UTC 2009


details:	http://hg.adium.im/adium/rev/ffa28366693c
revision:	2447:ffa28366693c
author:		Zachary West <zacw at adium.im>
date:		Tue Jun 02 15:46:15 2009 -0400

My usual habit of checking in NSLog continues unabated.

diffs (21 lines):

diff -r 8e27a66986b3 -r ffa28366693c Plugins/WebKit Message View/AIWebkitMessageViewStyle.m
--- a/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Tue Jun 02 15:44:48 2009 -0400
+++ b/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Tue Jun 02 15:46:15 2009 -0400
@@ -698,8 +698,6 @@
 								  [(AIListContact *)contentSource parentContact] :
 								  contentSource);
 
-	NSLog(@"Message = %@", content.message);
-	
 	/*
 		htmlEncodedMessage is only encoded correctly for AIContentMessages
 		but we do it up here so that we can check for RTL/LTR text below without
@@ -725,8 +723,6 @@
 													 bodyBackground:NO
 										        allowJavascriptURLs:NO];
 	
-	NSLog(@"html encoded msg = %@", htmlEncodedMessage);
-	
 	if (styleVersion >= 4)
 		htmlEncodedMessage = [adium.contentController filterHTMLString:htmlEncodedMessage
 															   direction:[content isOutgoing] ? AIFilterOutgoing : AIFilterIncoming




More information about the commits mailing list