mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
remove debug code
This commit is contained in:
parent
503f0e62e7
commit
d55682f833
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ namespace MWGui
|
|||
{
|
||||
MWWorld::Ptr item = *mKey[index].button->getUserData<MWWorld::Ptr>();
|
||||
// Make sure the item is available and is not broken
|
||||
std::cout << item << std::endl;
|
||||
if (!item || item.getRefData().getCount() < 1 ||
|
||||
(item.getClass().hasItemHealth(item) &&
|
||||
item.getClass().getItemHealth(item) <= 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue