Remove a remnant from debugging code from prev. commit. (sorry)

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-04-28 16:11:27 +02:00
parent ab013e42c9
commit 95e5ba5bdb

View File

@@ -16295,7 +16295,6 @@ void Player::_LoadActions(QueryResult_AutoPtr result, bool /*startup*/)
uint32 action = fields[2].GetUInt32();
uint8 type = fields[3].GetUInt8();
sLog.outBasic("SPEC: %u, button: %u, action %u, type %u", spec, button, action, type);
if (ActionButton* ab = addActionButton(spec, button, action, type))
ab->uState = ACTIONBUTTON_UNCHANGED;
else