mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
one less log :)
This commit is contained in:
parent
d4c0e633d2
commit
95cbdc4900
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue