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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user