diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 9c23215a2..ec9105bba 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1706,7 +1706,6 @@ void map_quit_ack(struct map_session_data *sd) { if (sd && sd->state.finalsave) { idb_remove(pc_db,sd->status.account_id); aFree(sd); - ShowDebug("Final Save Ack for character %d:%d\n", sd->status.account_id, sd->status.char_id); } } |