From c56d57f54a2e787ef6ca12f070ad8b48789b7d7a Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 1 Oct 2003 11:18:04 +0000 Subject: [PATCH] :( It got the best of me... Removing NSLog I had for testing --- iTunesRemote.m | 2 -- 1 file changed, 2 deletions(-) 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."); -- 2.20.1