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

This commit is contained in:
Jim Mathies 2015-04-14 13:15:30 -05:00
parent 83c90debbf
commit 796e712243

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