removed debug output
This commit is contained in:
parent
b3331f429a
commit
d6b7f0eea4
1 changed files with 0 additions and 1 deletions
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue