Skip to content

Commit

Permalink
chore: Make xcrun detector less talkative
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Feb 9, 2020
1 parent 0358acc commit d193e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/simctl.js
Expand Up @@ -82,7 +82,6 @@ class Simctl {
if (!this.xcrun.path) {
try {
this.xcrun.path = await fs.which(XCRUN_BINARY);
log.debug(`Using xcrun at '${this.xcrun.path}'`);
} catch (e) {
throw new Error(`${XCRUN_BINARY} tool has not been found in PATH. ` +
`Are Xcode developers tools installed?`);
Expand Down

0 comments on commit d193e97

Please sign in to comment.