summaryrefslogtreecommitdiff
path: root/src/login/login.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 07:29:51 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-31 07:29:51 +0000
commit57867e8e384ed5b6921b71d8aa7a594d18bc889e (patch)
tree8078aacd3214c0ca66886554920810dd193196f9 /src/login/login.c
parent7da23a6ea450d2ac2a8a7d5514c1015bc621c3e2 (diff)
downloadhercules-57867e8e384ed5b6921b71d8aa7a594d18bc889e.tar.gz
hercules-57867e8e384ed5b6921b71d8aa7a594d18bc889e.tar.bz2
hercules-57867e8e384ed5b6921b71d8aa7a594d18bc889e.tar.xz
hercules-57867e8e384ed5b6921b71d8aa7a594d18bc889e.zip
Removed debug messages (oops)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6881 54d463be-8e91-2dee-dedb-b68131a5f0ec
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,