* Misc/WebNSURLExtras.m: (mapHostNames):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-03 Adele Peterson <adele@apple.com>
+
+ Removed printf I accidently left in.
+
+ * Misc/WebNSURLExtras.m: (mapHostNames):
+
2007-07-03 Adele Peterson <adele@apple.com>
Reviewed by Darin.
? collectRangesThatNeedEncoding
: collectRangesThatNeedDecoding;
applyHostNameFunctionToURLString(string, f, &hostNameRanges);
- if (hostNameRanges == nil) {
- printf("failed to apply host name function. idn encoding will not occur\n");
+ if (hostNameRanges == nil)
return string;
- }
// Do the mapping.
NSMutableString *mutableCopy = [string mutableCopy];