diff --git a/gfx/layers/wr/WebRenderCommandBuilder.cpp b/gfx/layers/wr/WebRenderCommandBuilder.cpp index 0c7edd1da59e..f56de3502d1d 100644 --- a/gfx/layers/wr/WebRenderCommandBuilder.cpp +++ b/gfx/layers/wr/WebRenderCommandBuilder.cpp @@ -794,11 +794,6 @@ struct DIGroup { if (!mInvalidRect.Contains(bounds)) { GP("Passing\n"); dirty = false; - } - - if (mInvalidRect.Contains(bounds)) { - GP("Wholely contained\n"); - } else { BlobItemData* data = GetBlobItemData(item); if (data->mInvalid) { if (item->GetType() == DisplayItemType::TYPE_TRANSFORM) {