remove thing i thought i already removed

develop
Kelly Kinkade 2023-02-16 15:39:10 -06:00
parent f437a83dba
commit f6df3ff335
1 changed files with 1 additions and 1 deletions

@ -216,7 +216,7 @@ public:
{
std::string d;
i->getItemDescription(&d, 0);
DEBUG(cycle).print("tailor: weird cloth item found: %s (%d), material_flags = %0x\n", d.c_str(), i->id);
DEBUG(cycle).print("tailor: weird cloth item found: %s (%d)\n", d.c_str(), i->id);
}
}
}