Commit 9a6a3e1e authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Delete unnecessary print statement (#10937)

This print statement provides no value to the user.
parent c79e25c5
......@@ -97,7 +97,6 @@ class Xcode {
_isInstalled = false;
} else {
try {
printTrace('xcrun clang');
final ProcessResult result = processManager.runSync(<String>['/usr/bin/xcrun', 'clang']);
if (result.stdout != null && result.stdout.contains('license'))
......
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