Removed inadvertantly remaining debugging statement.

git-svn-id: svn://10.0.0.236/trunk@99515 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2001-07-18 21:07:14 +00:00
parent d272ca7605
commit 7a9fd4f3cc

View File

@@ -405,7 +405,6 @@ int processEventLoop(WebShellInitContext * initContext)
if (::PeekMessage(&msg, nsnull, 0, 0, PM_NOREMOVE)) {
if (::GetMessage(&msg, nsnull, 0, 0)) {
printMsg(&msg, msgFile);
wasHandled = PR_FALSE;
::NS_HandleEmbeddingEvent(msg, wasHandled);
if (!wasHandled) {