More socket work
[ITFoundation.git] / ITAppleEventCenter.m
index 54987cc..46da952 100755 (executable)
@@ -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);
 }