r=troy; Removed some of my own debug noise

git-svn-id: svn://10.0.0.236/trunk@49831 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-10-05 14:50:30 +00:00
parent ddfb13e8bd
commit cd7adcfa5b
2 changed files with 64 additions and 70 deletions

View File

@@ -159,17 +159,11 @@ nsLayoutModule::nsLayoutModule()
: mInitialized(PR_FALSE)
{
NS_INIT_ISUPPORTS();
#ifdef DEBUG_kipp
printf("*** Creating layout module %p\n", this);
#endif
}
nsLayoutModule::~nsLayoutModule()
{
Shutdown();
#ifdef DEBUG_kipp
printf("*** Destroying layout module %p\n", this);
#endif
}
NS_IMPL_ISUPPORTS(nsLayoutModule, kIModuleIID)