From 67184575befa8022eb7463609f049867b75beac2 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 26 Apr 2001 19:41:07 +0000 Subject: [PATCH] get rid of naked printf. sr=hyatt. --- gfx/src/windows/nsScreenWin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/src/windows/nsScreenWin.cpp b/gfx/src/windows/nsScreenWin.cpp index deffc1823dd..3bc465df0a8 100644 --- a/gfx/src/windows/nsScreenWin.cpp +++ b/gfx/src/windows/nsScreenWin.cpp @@ -67,7 +67,6 @@ nsScreenWin :: nsScreenWin ( void* inScreen ) if ( mGetMonitorInfoProc ) mHasMultiMonitorAPIs = PR_TRUE; } - printf("has multiple monitor apis is %ld\n", mHasMultiMonitorAPIs); #endif // nothing else to do. I guess we could cache a bunch of information