Skip to content

Commit

Permalink
Cleanup debug logs from the TabChildHelper
Browse files Browse the repository at this point in the history
Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
  • Loading branch information
rainemak committed May 8, 2020
1 parent dabf60d commit 957c864
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions embedding/embedlite/utils/TabChildHelper.cpp
Expand Up @@ -504,12 +504,7 @@ TabChildHelper::ReportSizeUpdate(const LayoutDeviceIntRect &aRect)
mHasValidInnerSize = true;
}

LOGT("REMOVE THIS: w: %d, h: %d", aRect.width, aRect.height);

LayoutDeviceIntSize size = aRect.Size();

// LayoutDeviceIntSize innerSize =
// RoundedToInt(CSSSize(aSize.width, aSize.height) * WebWidget()->GetDefaultScale());
mInnerSize = ViewAs<ScreenPixel>(size, PixelCastJustification::LayoutDeviceIsScreenForTabDims);
}

Expand Down

0 comments on commit 957c864

Please sign in to comment.