summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:30:07 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:30:07 +0000
commitb3cfa06f9fbce292eaa9a3554f2c04468c7daccf (patch)
tree367d7a3870d8fb8c3687a15cfde3b9df88a94316 /src/gui/trade.cpp
parent69dfa053e2d3fc50703338bb2865c33d966dda16 (diff)
downloadmana-client-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.gz
mana-client-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.bz2
mana-client-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.tar.xz
mana-client-b3cfa06f9fbce292eaa9a3554f2c04468c7daccf.zip
Forgot a few debug statements.
Diffstat (limited to 'src/gui/trade.cpp')
-rw-r--r--src/gui/trade.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp
index 63855704..37faafdf 100644
--- a/src/gui/trade.cpp
+++ b/src/gui/trade.cpp
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id $
+ * $Id$
*/
#include "trade.h"
@@ -262,10 +262,8 @@ void TradeWindow::action(const gcn::ActionEvent &event)
if (event.getId() == "add")
{
- chatWindow->chatLog("Adding item.", BY_SERVER);
if (!item)
{
- chatWindow->chatLog("Nothing to add.", BY_SERVER);
return;
}