remove a log

This commit is contained in:
Mitchell Livingston 2007-03-28 03:02:46 +00:00
parent 1f31ecce39
commit 5f5d7deeb3
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
NSLog(@"Could not IORegisterForSystemPower");
//load previous transfers
NSLog([self applicationSupportFolder]);
NSArray * history = [[NSArray alloc] initWithContentsOfFile: [[self applicationSupportFolder]
stringByAppendingPathComponent: @"Transfers.plist"]];