Remove debugger

This commit is contained in:
2018-07-02 11:08:19 +05:30
parent e405b0ff90
commit 8a1d8da42e
+1 -1
View File
@@ -115,7 +115,7 @@ class GridArea extends PureComponent<GridAreaProps, {}> {
[primaryAxisName]: minPos, [primaryAxisName]: minPos,
[primaryLengthAttr]: maxPos - minPos, [primaryLengthAttr]: maxPos - minPos,
}; };
debugger;
return ( return (
<rect <rect
{...rectProps} {...rectProps}