From c86d0e37ffdff2797ee92ff53549e42383f2ab90 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 23 Nov 2000 10:47:53 +0000 Subject: [PATCH] Commented out invasive debugging message git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8184 72102866-910b-0410-8b05-ffd578937521 --- Source/NSAutoreleasePool.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSAutoreleasePool.m b/Source/NSAutoreleasePool.m index 5ce4be60a..be9d99379 100644 --- a/Source/NSAutoreleasePool.m +++ b/Source/NSAutoreleasePool.m @@ -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