summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/login.c')
-rw-r--r--src/login/login.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/login.c b/src/login/login.c
index 024dc8199..c74995850 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -3112,7 +3112,6 @@ int parse_login(int fd) {
memcpy(account.passwd, RFIFOP(fd,30), NAME_LENGTH);
account.passwd[23] = '\0';
remove_control_chars((unsigned char *)account.passwd);
- ShowInfo("Login packet %s and %s with version %d\n", account.userid, account.passwd, account.version);
} else {
login_log("Request for connection (encryption mode) of %s (ip: %s)." RETCODE, account.userid, ip);
// If remove control characters from received password encrypted by md5,