Unverified Commit e1b4142a authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] remove stray print from engine locator (#67530)

Woops, this is breaking Dart's golem benchmarks
parent e9a9a610
......@@ -145,7 +145,6 @@ class LocalEngineLocator {
}
String _tryEnginePath(String enginePath) {
print('looking for $enginePath');
if (_fileSystem.isDirectorySync(_fileSystem.path.join(enginePath, 'out'))) {
return enginePath;
}
......
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