summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 87ad099ac..2bb6ddf5d 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -2367,10 +2367,8 @@ int pc_isUseitem(struct map_session_data *sd,int n)
(sd->status.class_>=4023 && ((1<<(sd->status.class_-4023))&item->class_) == 0))
return 0;
-#ifndef TXT_ONLY
if((log_config.branch > 0) && (nameid == 604))
log_branch(sd);
-#endif
return 1;
}