From e0c11b70feebb3a7c3cd6ae8cd37edb0ac5ea8db Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Sat, 2 Jan 2016 20:56:05 -0500 Subject: [PATCH] Bug 1235979 - Remove spammy printf that got left by accident when bug 1226904 landed. r=thinker --- layout/base/nsDisplayList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/base/nsDisplayList.cpp b/layout/base/nsDisplayList.cpp index 10d04db34ff9..7ea6b02141d6 100644 --- a/layout/base/nsDisplayList.cpp +++ b/layout/base/nsDisplayList.cpp @@ -1959,7 +1959,6 @@ void nsDisplayList::HitTest(nsDisplayListBuilder* aBuilder, const nsRect& aRect, point = aRect.Center(); } temp.AppendElement(FramesWithDepth(transform->GetHitDepthAtPoint(aBuilder, point))); - printf("depth %p %f\n", transform, transform->GetHitDepthAtPoint(aBuilder, point)); writeFrames = &temp[temp.Length() - 1].mFrames; } } else {