Commented out invasive debugging message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-11-23 10:47:53 +00:00
parent cee9b5401c
commit 940c4def85

View file

@ -311,6 +311,7 @@ static IMP initImp;
- (void) dealloc
{
// fprintf (stderr, "Deallocating an NSAutoreleasePool\n");
/* If there are NSAutoreleasePool below us in the stack of
NSAutoreleasePools, then deallocate them also. The (only) way we
could get in this situation (in correctly written programs, that