Skip to content

Commit

Permalink
Update lib/src/layer/polyline_layer.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Luka S <[email protected]>
  • Loading branch information
mootw and JaffaKetchup authored Nov 12, 2023
1 parent 99d1ebf commit 59134ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/layer/polyline_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class PolylineLayer extends StatelessWidget {
}
if (fullyVisible) {
//The whole polyline is visible
// print("rendered whole polyhon");
renderedLines.add(polyline);
}
}
Expand Down

0 comments on commit 59134ce

Please sign in to comment.