don't print out how many items there are in the world

develop
Myk Taylor 2023-02-06 02:58:11 -08:00
parent 032b62dcbe
commit 397a64c4b5
No known key found for this signature in database
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];