Merge pull request #2826 from myk002/myk_cleanowned

[cleanowned] don't print out how many items there are in the world
develop
Myk 2023-02-06 09:16:27 -08:00 committed by GitHub
commit 408e14d441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

@ -74,8 +74,6 @@ command_result df_cleanowned (color_ostream &out, vector <string> & parameters)
return CR_FAILURE;
}
out.print("Found total %zd items.\n", world->items.all.size());
for (std::size_t i=0; i < world->items.all.size(); i++)
{
df::item * item = world->items.all[i];