From 796e712243e0c478082419819b5cafbf504611d0 Mon Sep 17 00:00:00 2001 From: Jim Mathies Date: Tue, 14 Apr 2015 13:15:30 -0500 Subject: [PATCH] Bug 1154396 - Remove a debug printf in plugin code. No bug. r=jimm --- dom/ipc/ContentParent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp index 97bf309777c..be86711c940 100755 --- a/dom/ipc/ContentParent.cpp +++ b/dom/ipc/ContentParent.cpp @@ -895,7 +895,6 @@ ContentParent::SendAsyncUpdate(nsIWidget* aWidget) if (!aWidget || aWidget->Destroyed()) { return; } - printf_stderr("TabParent::SendAsyncUpdate()\n"); // Fire off an async request to the plugin to paint its window HWND hwnd = (HWND)aWidget->GetNativeData(NS_NATIVE_WINDOW); NS_ASSERTION(hwnd, "Expected valid hwnd value.");