diff --git a/PCLib/PCBrowserController.m b/PCLib/PCBrowserController.m index dfdfb45..e9a4d76 100644 --- a/PCLib/PCBrowserController.m +++ b/PCLib/PCBrowserController.m @@ -128,7 +128,9 @@ NSString *FileShouldOpenNotification = @"FileShouldOpenNotification"; int count = [files count]; if (count == 0) { +#ifdef DEBUG NSLog(@"<%@ %x>: create rows for column in %@ (%x) aborted - 0 files!",[self class],self,[project class],project); +#endif return; } diff --git a/PCLib/PCProject.m b/PCLib/PCProject.m index 192bd3a..fdf514a 100644 --- a/PCLib/PCProject.m +++ b/PCLib/PCProject.m @@ -877,7 +877,9 @@ { NSString *key; +#ifdef DEBUG NSLog(@"<%@ %x>: content at path %@",[self class],self,keyPath); +#endif if ([keyPath isEqualToString:@""] || [keyPath isEqualToString:@"/"]) { return [rootCategories allKeys];