From f1357776b5dfc1ed8b6dcaf425fc5667b0d19a3a Mon Sep 17 00:00:00 2001 From: valaris Date: Sat, 13 Nov 2004 18:29:31 +0000 Subject: Removed double connection print statement. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@161 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index d0fd96111..6a4094286 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7099,7 +7099,6 @@ void clif_parse_WantToConnection(int fd, struct map_session_data *sd) if ((old_sd = map_id2sd(account_id)) != NULL) { clif_authfail_fd(fd, 2); // same id clif_authfail_fd(old_sd->fd, 2); // same id - printf("clif_parse_WantToConnection: Double connection for account %d (sessions: #%d (new) and #%d (old)).\n", account_id, fd, old_sd->fd); } else { sd = session[fd]->session_data = (struct map_session_data*)aCalloc(1, sizeof(struct map_session_data)); sd->fd = fd; -- cgit v1.2.3-70-g09d2