summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 09:50:37 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 09:50:37 +0000
commit898e30a3c034c30ab26369a3cc322458e49aef49 (patch)
tree05e5816c197da4336398326e0fea52073eb5ca76 /src/map/map.c
parentc15f0c1f8c2b2552d3e697446a5b1e7b57ac642c (diff)
downloadhercules-898e30a3c034c30ab26369a3cc322458e49aef49.tar.gz
hercules-898e30a3c034c30ab26369a3cc322458e49aef49.tar.bz2
hercules-898e30a3c034c30ab26369a3cc322458e49aef49.tar.xz
hercules-898e30a3c034c30ab26369a3cc322458e49aef49.zip
removed old logs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6510 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 3b3944f0b..4b1ab4dc5 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3556,9 +3556,6 @@ int map_sql_close(void){
ShowStatus("Close Map DB Connection....\n");
if (log_config.sql_logs)
-//Updating this if each time there's a log_config addition is too much of a hassle. [Skotlex]
- /*&& (log_config.branch || log_config.drop || log_config.mvpdrop ||
- log_config.present || log_config.produce || log_config.refine || log_config.trade))*/
{
mysql_close(&logmysql_handle);
ShowStatus("Close Log DB Connection....\n");