Removed logging statement that shouldn't have been committed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2011-11-16 10:37:47 +00:00
parent effd2e71de
commit 78fbad84c3
2 changed files with 0 additions and 2 deletions

View file

@ -393,7 +393,6 @@ typedef struct {
cls = self;
}
instance = [[cls alloc] initWithBundle: bundle];
NSLog(@"Instantiated %@ from %@ in %@", instance, cls, [bundle bundlePath]);
return AUTORELEASE(instance);
}