removed logs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Robert Slover 2000-11-01 10:38:57 +00:00
parent 6dbfddf8e2
commit 0d44f5df35
2 changed files with 4 additions and 0 deletions

View file

@ -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;
}

View file

@ -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];