summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r--src/gui/charselectdialog.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp
index 65829662d..0cbac6a68 100644
--- a/src/gui/charselectdialog.cpp
+++ b/src/gui/charselectdialog.cpp
@@ -222,11 +222,7 @@ void CharSelectDialog::action(const gcn::ActionEvent &event)
if (selected >= 0)
{
- if (eventId == "select")
- {
- logger->log("select");
- }
- else if (eventId == "use")
+ if (eventId == "use")
{
use(selected);
return;