summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/char_select.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 4aacd40e..fa4c0241 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -23,7 +23,6 @@
#include "char_select.h"
-#include <iostream>
#include <string>
#include <guichan/widgets/label.hpp>
@@ -239,7 +238,6 @@ bool CharSelectDialog::selectByName(const std::string &name)
mCharInfo->select(0);
do {
LocalPlayer *player = mCharInfo->getEntry();
- std::cout << name << " " << (player ? player->getName() : "") << "\n";
if (player && player->getName() == name)
return true;