:( It got the best of me... Removing NSLog I had for testing
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Oct 2003 11:18:04 +0000 (11:18 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Oct 2003 11:18:04 +0000 (11:18 +0000)
iTunesRemote.m

index 1d53cf8..d3d50a2 100755 (executable)
     
     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.");