From: Joseph Spiros Date: Wed, 1 Oct 2003 11:18:04 +0000 (+0000) Subject: :( It got the best of me... Removing NSLog I had for testing X-Git-Tag: v1.0~34 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/c56d57f54a2e787ef6ca12f070ad8b48789b7d7a :( It got the best of me... Removing NSLog I had for testing --- diff --git a/iTunesRemote.m b/iTunesRemote.m index 1d53cf8..d3d50a2 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -159,8 +159,6 @@ fourcc = (unsigned long)[[ITAppleEventCenter sharedCenter] sendAEWithSendStringForNumber :[NSString stringWithFormat:@"'----':obj { form:'prop', want:type('prop'), seld:type('pKnd'), from:obj { form:'prop', want:type('prop'), seld:type('ctnr'), from:obj { form:'prop', want:type('prop'), seld:type('pPla'), from:'null'() } } }"] eventClass:@"core" eventID:@"getd" appPSN:savedPSN]; - NSLog(@"FourCC: %u", fourcc); - switch (fourcc) { case 'kTun': ITDebugLog(@"Getting current source done. Source: Radio.");