зеркало из https://github.com/mozilla/pjs.git
Removed some noise
This commit is contained in:
Родитель
63107e9026
Коммит
c0c1a822e2
|
@ -49,6 +49,12 @@
|
|||
|
||||
#include "nsIURL.h"
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
#undef NOISY_VIEWER
|
||||
#else
|
||||
#undef NOISY_VIEWER
|
||||
#endif
|
||||
|
||||
class DocumentViewerImpl : public nsIDocumentViewer
|
||||
{
|
||||
public:
|
||||
|
@ -231,7 +237,7 @@ DocumentViewerImpl::BindToDocument(nsISupports *aDoc, const char *aCommand)
|
|||
|
||||
NS_PRECONDITION(nsnull == mDocument, "Viewer is already bound to a document!");
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
#ifdef NOISY_VIEWER
|
||||
printf("DocumentViewerImpl::BindToDocument\n");
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче