From 04b96e5466995df7464b639352092e862fb9e6a5 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Wed, 26 Aug 2020 08:26:22 +0800 Subject: [PATCH] [integration_test] Remove debugging statement --- packages/integration_test/lib/integration_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/integration_test/lib/integration_test.dart b/packages/integration_test/lib/integration_test.dart index 6354ef768939..28d0da320486 100644 --- a/packages/integration_test/lib/integration_test.dart +++ b/packages/integration_test/lib/integration_test.dart @@ -22,7 +22,6 @@ class IntegrationTestWidgetsFlutterBinding IntegrationTestWidgetsFlutterBinding() { // TODO(jackson): Report test results as they arrive tearDownAll(() async { - print('TESTING123: TEARING HER DOWN'); try { // For web integration tests we are not using the // `plugins.flutter.io/integration_test`. Mark the tests as complete