mirror of
https://github.com/darlinghq/xcbuild.git
synced 2024-11-23 12:09:45 +00:00
Don't print the domain every time
This commit is contained in:
parent
e11125fbf2
commit
9a4b5fd4cb
@ -42,12 +42,6 @@ findSpecifications(std::vector<std::string> const &domains, SpecificationType ty
|
||||
{
|
||||
typename T::vector specifications;
|
||||
|
||||
printf("Specification domains: ");
|
||||
for (std::string const &domain : domains) {
|
||||
printf("%s ", domain.c_str());
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
for (std::string const &domain : domains) {
|
||||
if (domain == AnyDomain()) {
|
||||
for (auto const &entry : _specifications) {
|
||||
|
Loading…
Reference in New Issue
Block a user