From 907679eb6e5dffdac4d1b3338058a8ee63ce5ab7 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 2 Jun 2010 15:54:25 +0000 Subject: [PATCH] remouve unnecessary log git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30544 72102866-910b-0410-8b05-ffd578937521 --- Source/NSTimeZone.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSTimeZone.m b/Source/NSTimeZone.m index 2244579f2..eaf028882 100644 --- a/Source/NSTimeZone.m +++ b/Source/NSTimeZone.m @@ -485,7 +485,6 @@ static NSString *_time_zone_path(NSString *subpath, NSString *type) } #else { - NSLog(@"Unknown time zone name `%@'.", name); return nil; } #endif