Bug 1635941 - Drop debug printf. r=boris

Differential Revision: https://phabricator.services.mozilla.com/D74141
This commit is contained in:
Hiroyuki Ikezoe 2020-05-06 21:21:46 +00:00
Родитель c1ae244650
Коммит 974267b082
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -659,11 +659,6 @@ void DOMIntersectionObserver::QueueIntersectionObserverEntry(
if (aIntersectionRect.isSome()) {
intersectionRect->SetLayoutRect(aIntersectionRect.value());
}
nsAutoString id;
aTarget->GetId(id);
printf("%s %s %d\n",
NS_ConvertUTF16toUTF8(id).get(),
__func__, __LINE__);
RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry(
this, time, rootBounds.forget(), boundingClientRect.forget(),
intersectionRect.forget(), aIntersectionRect.isSome(), aTarget,