mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
remove useless now debugging output. fixes 274181
This commit is contained in:
parent
51080f1c38
commit
ca41e7697f
@ -44,31 +44,14 @@
|
||||
#include "qapplication.h"
|
||||
#include "qtlog.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
PRUint32 gSMCount = 0;
|
||||
PRUint32 gSMID = 0;
|
||||
#endif
|
||||
|
||||
nsScreenManagerQt::nsScreenManagerQt()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
gSMCount++;
|
||||
mID = gSMID++;
|
||||
PR_LOG(gQtLogModule, QT_BASIC,
|
||||
("nsScreenManagerQt CTOR (%p) ID: %d, Count: %d\n", this, mID, gSMCount));
|
||||
#endif
|
||||
|
||||
desktop = 0;
|
||||
}
|
||||
|
||||
|
||||
nsScreenManagerQt::~nsScreenManagerQt()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
gSMCount--;
|
||||
PR_LOG(gQtLogModule, QT_BASIC,
|
||||
("nsScreenManagerQt DTOR (%p) ID: %d, Count: %d\n", this, mID, gSMCount));
|
||||
#endif
|
||||
// nothing to see here.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user