removed debug output

This commit is contained in:
Jeena 2015-04-12 00:47:05 +02:00
parent b3331f429a
commit d6b7f0eea4

View file

@ -79,7 +79,6 @@
NSMutableArray *langs = [NSMutableArray arrayWithCapacity:[voices count]]; NSMutableArray *langs = [NSMutableArray arrayWithCapacity:[voices count]];
NSMutableArray *defaultVoices = [[NSUserDefaults standardUserDefaults] mutableArrayValueForKey:@"defaultVoices"]; NSMutableArray *defaultVoices = [[NSUserDefaults standardUserDefaults] mutableArrayValueForKey:@"defaultVoices"];
NSLog(@"%@", defaultVoices);
for (NSInteger i = 0; i < [voices count]; i++) for (NSInteger i = 0; i < [voices count]; i++)
{ {