Skip to content

Commit

Permalink
EyeTunes addPlaylistWithName: removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspars committed Mar 7, 2011
1 parent 557c413 commit 8e308d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ETEyeTunes.m
Expand Up @@ -822,15 +822,6 @@ - (ETPlaylist*)addPlaylistWithName:(NSString*)name
goto cleanup_reply_event;
}

{
Handle d;
AEPrintDescToHandle(&replyObject, &d);
CFStringRef s = CFStringCreateWithFormat(NULL,NULL,CFSTR("%s"),*d);
CFShow(s);
if (s) CFRelease(s);
DisposeHandle(d);
}

playlist = [[[ETPlaylist alloc] initWithDescriptor:&replyObject] autorelease];

cleanup_reply_event:
Expand Down

0 comments on commit 8e308d2

Please sign in to comment.