diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-27 19:28:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-27 19:28:27 +0300 |
commit | 7cbf9606d7da6e452893e446a4099b92dc8bf32e (patch) | |
tree | b7f0edaa7d041980b55ed9d37d0ac3f4022d0403 /src/emap/pc.c | |
parent | 07bc19f8ab4f5146d097e58044f13b6310e71547 (diff) | |
download | evol-hercules-7cbf9606d7da6e452893e446a4099b92dc8bf32e.tar.gz evol-hercules-7cbf9606d7da6e452893e446a4099b92dc8bf32e.tar.bz2 evol-hercules-7cbf9606d7da6e452893e446a4099b92dc8bf32e.tar.xz evol-hercules-7cbf9606d7da6e452893e446a4099b92dc8bf32e.zip |
Remove debug message.
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index 8164ad1..1a7ff22 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -758,7 +758,6 @@ int epc_dead_post(int retVal, struct map_session_data *sd, struct block_list *src) { - ShowInfo("epc_dead_post\n"); if (retVal > 0) { if (sd) |