remove unnecessary comments

This commit is contained in:
Horcrux
2016-08-24 11:59:17 +08:00
parent e0dd7e3688
commit 69a94d0fc3
2 changed files with 1 additions and 2 deletions
@@ -283,7 +283,6 @@ public abstract class RNSVGVirtualNode extends LayoutShadowNode {
}
protected void setupDimensions(Canvas canvas) {
// TODO: not sure this is a right way to get canvas boundingBox
Rect mCanvasClipBounds = canvas.getClipBounds();
mCanvasX = mCanvasClipBounds.left;
mCanvasY = mCanvasClipBounds.top;