summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TopicsViewController.m')
-rw-r--r--Classes/TopicsViewController.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/Classes/TopicsViewController.m b/Classes/TopicsViewController.m
index aa9ab85..51edcba 100644
--- a/Classes/TopicsViewController.m
+++ b/Classes/TopicsViewController.m
@@ -60,12 +60,7 @@
// Have the file cache trim itself down to a size & age limit, so it doesn't grow forever
fileCache.fileCountLimit = 100;
fileCache.fileAgeLimit = 60*60*24*7; //1 week
- [fileCache trimCacheUsingBackgroundThread];
-
-// UIWindow *window = [appDelegate window];
-// UIImageView *bgView = [[UIImageView alloc] init];
-// [bgView setImage:[UIImage imageNamed: @"Default.png"]];
-// [window addSubView:bgView];
+ [fileCache trimCacheUsingBackgroundThread];
[self startParsing];
}