mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
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:
parent
6dbfddf8e2
commit
0d44f5df35
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue