1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

remove a log

This commit is contained in:
Mitchell Livingston 2007-03-28 03:02:46 +00:00
parent 1f31ecce39
commit 5f5d7deeb3

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"]];