Unverified Commit dc54c7f7 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove accidental print (#91317)

parent 8405868d
...@@ -2722,7 +2722,6 @@ Future<void> _analyzeProject(String workingDir, { List<String> expectedFailures ...@@ -2722,7 +2722,6 @@ Future<void> _analyzeProject(String workingDir, { List<String> expectedFailures
} }
expect(exec.exitCode, isNot(0)); expect(exec.exitCode, isNot(0));
String lineParser(String line) { String lineParser(String line) {
print('#$line#');
final String analyzerSeparator = globals.platform.isWindows ? ' - ' : ' • '; final String analyzerSeparator = globals.platform.isWindows ? ' - ' : ' • ';
final List<String> lineComponents = line.trim().split(analyzerSeparator); final List<String> lineComponents = line.trim().split(analyzerSeparator);
final String lintName = lineComponents.removeLast(); final String lintName = lineComponents.removeLast();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment