From 6483930539da2a48c37da7b508f05d71fc2c2d56 Mon Sep 17 00:00:00 2001 From: Matt Holgate Date: Wed, 16 Jul 2014 15:32:51 +0100 Subject: Remove iOS debug output. This debug output was listing the names of all the files to the iOS console every 3 seconds. Remove it. --- platform/ios/Classes/MuLibraryController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/ios/Classes/MuLibraryController.m b/platform/ios/Classes/MuLibraryController.m index ef5c9624..15bf9f4c 100644 --- a/platform/ios/Classes/MuLibraryController.m +++ b/platform/ios/Classes/MuLibraryController.m @@ -49,7 +49,6 @@ static void showAlert(NSString *msg, NSString *filename) BOOL isdir; while (file = [direnum nextObject]) { NSString *filepath = [docdir stringByAppendingPathComponent:file]; - NSLog(@"file %@\n", file); if ([fileman fileExistsAtPath:filepath isDirectory:&isdir] && !isdir) { [outfiles addObject:file]; } -- cgit v1.2.3