Bug 1154396 - Remove a debug printf in plugin code. No bug. r=jimm

--HG--
extra : rebase_source : 871e45ae268d76934b1b7f7874f4def45e126901
This commit is contained in:
Jim Mathies 2015-04-14 13:15:30 -05:00
parent 95bd8011e6
commit ac7612799e

View File

@ -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.");