Skip to content

Commit b9fed42

Browse files
author
Stewart Miles
committed
Silence warning about missing Android repo directory.
The warning has no context (i.e where the repo is referenced) and hence only adds spam to the log. Change-Id: I54588ac845ff35b235bea60e6bf1252a65db9c39
1 parent 2fff228 commit b9fed42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/PlayServicesResolver/src/LocalMavenRepository.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ public static List<string> FindAars(string directory) {
6565
foreach (string currentDirectory in Directory.GetDirectories(directory)) {
6666
foundFiles.AddRange(FindAars(currentDirectory));
6767
}
68-
} else {
69-
PlayServicesResolver.Log(String.Format("Repo directory {0} not found", directory),
70-
LogLevel.Warning);
7168
}
7269
return foundFiles;
7370
}

0 commit comments

Comments
 (0)