Skip to content

Commit f39e233

Browse files
committed
tweak
1 parent d399f35 commit f39e233

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

libmamba/src/specs/channel.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,16 @@ namespace mamba::specs
112112
// prepare_mirrors(all_urls);
113113
// m_mirror_urls = std::move(all_urls);
114114

115-
std::cout << "ADDING MIRRORS TO " << this->id() << std::endl;
116115
auto all_mirrors = additional_mirrors;
117116
for (const auto& url : m_mirror_urls)
118117
{
119-
std::cout << " + " << url.str() << std::endl;
120118
all_mirrors.push_back(url);
121119
}
122120

123-
std::cout << "ALL MIRRORS FOR " << this->id() << std::endl;
121+
std::cout << "\nALL MIRRORS FOR " << this->id() << std::endl;
124122
for (const auto& url : all_mirrors)
125123
{
126-
std::cout << " + " << url.str() << std::endl;
124+
std::cout << " " << url.str() << std::endl;
127125
}
128126

129127
prepare_mirrors(all_mirrors);

0 commit comments

Comments
 (0)