X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/2a93e5d44d61a51b4f926bdaffea05ee4c3fafac..4883c610168ebeb51a54ae8cce12d24638034b08:/ITAppleEventCenter.m diff --git a/ITAppleEventCenter.m b/ITAppleEventCenter.m index 54987cc..46da952 100755 --- a/ITAppleEventCenter.m +++ b/ITAppleEventCenter.m @@ -450,7 +450,7 @@ static ITAppleEventCenter *_sharedAECenter = nil; - (void)printCarbonDesc:(AEDesc*)desc { Handle xx; AEPrintDescToHandle(desc,&xx); - //NSLog(@"Handle: %s", *xx); + NSLog(@"Handle: %s", *xx); DisposeHandle(xx); }