Skip to content

Commit

Permalink
fix(#93): removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsamwell committed Nov 24, 2020
1 parent 803e2c8 commit d73d932
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/src/flutter/flutter_world.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,8 @@ class FlutterWorld extends World {
}) async {
try {
if (_driver != null) {
// await _driver
// .waitUntilNoTransientCallbacks(timeout: timeout)
// .catchError(
// (e, st) {
// print(
// 'Error waiting for no transient callbacks from Flutter driver:\n\n`$e`\n\n$st');

// // Avoid an unhandled error
// return null;
// },
// );

await _driver.close().catchError(
(e, st) {
// print('Error closing Flutter driver:\n\n`$e`\n\n$st');

// Avoid an unhandled error
return null;
},
Expand Down

0 comments on commit d73d932

Please sign in to comment.