Fix osx launcher.

This commit is contained in:
Paul Chote
2011-01-06 18:51:40 +13:00
parent 0cef2e4f53
commit 8dcba13491
3 changed files with 3 additions and 4 deletions

View File

@@ -25,7 +25,6 @@
self = [super init];
if (self != nil)
{
NSLog(@"Requesting url `%@` with callback:`%@`",aURL, aCallback);
url = [aURL retain];
callback = [aCallback retain];
game = [aGame retain];