Commit b291bf5d authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Partial rollback of #10204 (#10256)

This broke Fuchsia as they haven't updated to Dart 1.24 yet :(
parent aa9c7826
......@@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator {
}
return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}');
statusInfo: 'on ${os.name}, channel ${version.channel}');
}
}
......
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