diff --git a/packages/flutter_tools/test/commands.shard/permeable/create_test.dart b/packages/flutter_tools/test/commands.shard/permeable/create_test.dart index f0275e92c0..7bc8bda11c 100755 --- a/packages/flutter_tools/test/commands.shard/permeable/create_test.dart +++ b/packages/flutter_tools/test/commands.shard/permeable/create_test.dart @@ -2722,7 +2722,6 @@ Future _analyzeProject(String workingDir, { List expectedFailures } expect(exec.exitCode, isNot(0)); String lineParser(String line) { - print('#$line#'); final String analyzerSeparator = globals.platform.isWindows ? ' - ' : ' • '; final List lineComponents = line.trim().split(analyzerSeparator); final String lintName = lineComponents.removeLast();