mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
one less log :)
This commit is contained in:
@@ -743,7 +743,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
urlString = [NSString stringWithFormat: @"%@www.%@.com", [urlString substringToIndex: start],
|
||||
[urlString substringFromIndex: start]];
|
||||
}
|
||||
NSLog(urlString);
|
||||
|
||||
NSURL * url = [NSURL URLWithString: urlString];
|
||||
[self performSelectorOnMainThread: @selector(openURL:) withObject: url waitUntilDone: NO];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user