Bug 933748 - Follow up to remove a couple of noisy LogFunction calls. r=nobug

This commit is contained in:
Jim Mathies 2013-11-04 09:51:43 -06:00
Родитель da41e531e4
Коммит f62f18df95
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -222,7 +222,6 @@ MetroAppShell::Run(void)
void // static void // static
MetroAppShell::MarkEventQueueForPurge() MetroAppShell::MarkEventQueueForPurge()
{ {
LogFunction();
sWillEmptyThreadQueue = true; sWillEmptyThreadQueue = true;
// If we're dispatching native events, wait until the dispatcher is // If we're dispatching native events, wait until the dispatcher is
@ -243,7 +242,6 @@ MetroAppShell::DispatchAllGeckoEvents()
return; return;
} }
LogFunction();
NS_ASSERTION(NS_IsMainThread(), "DispatchAllXPCOMEvents should be called on the main thread"); NS_ASSERTION(NS_IsMainThread(), "DispatchAllXPCOMEvents should be called on the main thread");
sWillEmptyThreadQueue = false; sWillEmptyThreadQueue = false;