Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
remove logging files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang committed Nov 18, 2019
1 parent 2305372 commit 6728961
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,6 @@ void main() {
final LatLngBounds secondVisibleRegion =
await mapController.getVisibleRegion();

print('first visible region: $firstVisibleRegion');
print('southWest: $southWest');
print('northEast: $northEast');
print('latLngBounds $latLngBounds');
print('second visible region: $secondVisibleRegion');
print('new center: $newCenter');

expect(secondVisibleRegion, isNotNull);
expect(secondVisibleRegion.southwest, isNotNull);
expect(secondVisibleRegion.northeast, isNotNull);
Expand Down

0 comments on commit 6728961

Please sign in to comment.