Skip to content

Commit

Permalink
ign.cc: remove console error message
Browse files Browse the repository at this point in the history
This was introduced in #199.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Nov 7, 2021
1 parent 51bfe25 commit 821f8da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 821f8da

Please sign in to comment.