From 21dea39deb347b7efe050ce629fa1d6f2b3d978c Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 2 Nov 1999 21:39:47 +0000 Subject: [PATCH] turn off very verbose debug output. r=saari git-svn-id: svn://10.0.0.236/trunk@52585 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/windows/nsDataObjCollection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/widget/src/windows/nsDataObjCollection.cpp b/mozilla/widget/src/windows/nsDataObjCollection.cpp index c05eefb781c..5ba0e92655b 100644 --- a/mozilla/widget/src/windows/nsDataObjCollection.cpp +++ b/mozilla/widget/src/windows/nsDataObjCollection.cpp @@ -26,7 +26,7 @@ #include "OLE2.h" #include "URLMON.h" -#if 1 +#if 0 #define PRNTDEBUG(_x) printf(_x); #define PRNTDEBUG2(_x1, _x2) printf(_x1, _x2); #define PRNTDEBUG3(_x1, _x2, _x3) printf(_x1, _x2, _x3); @@ -143,7 +143,6 @@ BOOL nsDataObjCollection::FormatsMatch(const FORMATETC& source, const FORMATETC& //----------------------------------------------------- STDMETHODIMP nsDataObjCollection::GetData(LPFORMATETC pFE, LPSTGMEDIUM pSTM) { - printf("nsDataObjCollection::GetData2\n"); PRNTDEBUG("nsDataObjCollection::GetData\n"); PRNTDEBUG3(" format: %d Text: %d\n", pFE->cfFormat, CF_TEXT);