Skip to content

Commit ac57b83

Browse files
committed
flow fix me + console removal
1 parent 09db9d2 commit ac57b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/XYFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ class XYFrame extends React.Component<XYFrameProps, State> {
522522
!annotatedSettings.lineType.y1 &&
523523
annotatedSettings.lineType.simpleLine !== false
524524

525-
console.log("annotatedSettings.lineType", annotatedSettings.lineType)
526525
if (annotatedSettings.lineType.type === "area") {
526+
// $FlowFixMe
527527
annotatedSettings.lineType.y1 = () => 0
528528
}
529529

0 commit comments

Comments
 (0)