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

Commit 6728961

Browse files
author
Chris Yang
committed
remove logging files
1 parent 2305372 commit 6728961

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/google_maps_flutter/example/test_driver/google_maps_e2e.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,6 @@ void main() {
368368
final LatLngBounds secondVisibleRegion =
369369
await mapController.getVisibleRegion();
370370

371-
print('first visible region: $firstVisibleRegion');
372-
print('southWest: $southWest');
373-
print('northEast: $northEast');
374-
print('latLngBounds $latLngBounds');
375-
print('second visible region: $secondVisibleRegion');
376-
print('new center: $newCenter');
377-
378371
expect(secondVisibleRegion, isNotNull);
379372
expect(secondVisibleRegion.southwest, isNotNull);
380373
expect(secondVisibleRegion.northeast, isNotNull);

0 commit comments

Comments
 (0)