summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/charselectdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp
index da2e0d9b..ec9c4818 100644
--- a/src/gui/charselectdialog.cpp
+++ b/src/gui/charselectdialog.cpp
@@ -260,7 +260,6 @@ bool CharSelectDialog::selectByName(const std::string &name)
void CharSelectDialog::setNetworkOptions(bool allowUnregister,
bool allowChangeEmail)
{
- printf("Network options: %d, %d\n", allowUnregister, allowChangeEmail);
doAllowUnregister = allowUnregister;
doAllowChangeEmail = allowChangeEmail;
}