From 95e5ba5bdb69443ab2b3221be0008804b71fc5ce Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 28 Apr 2010 16:11:27 +0200 Subject: Remove a remnant from debugging code from prev. commit. (sorry) --HG-- branch : trunk --- src/game/Player.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 4766413de63..f76a0b20b2a 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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 -- cgit v1.2.3