From 821f8daf037a2692720b7085649f3f13979cb850 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sat, 6 Nov 2021 23:20:55 -0700 Subject: [PATCH] ign.cc: remove console error message This was introduced in #199. Signed-off-by: Steve Peters --- src/ign.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ign.cc b/src/ign.cc index a3b65e3d..0ca5a0bb 100644 --- a/src/ign.cc +++ b/src/ign.cc @@ -638,9 +638,6 @@ extern "C" IGNITION_FUEL_TOOLS_VISIBLE int downloadUrl(const char *_url, if (downloadWorlds) { auto result = client.DownloadWorlds(worldIds, _jobs); - ignerr << "Failed to download worlds for collection [" - << collection.Name() - << "]" << std::endl; } } else