Issue information

Issue ID
#3218
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Jun 8, 2009 23:35
Last Post
Hercules Elf Bot
Apr 18, 2012 15:24
Confirmation
N/A

Hercules Elf Bot - Jun 8, 2009 23:35

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3218

CODE
// Display save log? (for debug only) (default: off) (Note 1)
save_log: off

This setting is only used in 2 places:
CODE
    if(battle_config.save_log)
        ShowInfo("intif_open_guild_storage: %d\n",RFIFOL(fd,4) );
and
CODE
    if(battle_config.save_log) {
        ShowInfo("intif_save_guild_storage: done %d %d %d\n",RFIFOL(fd,2),RFIFOL(fd,6),RFIFOB(fd,10) );
    }
Settings like this really have no point.

Hercules Elf Bot - Dec 17, 2011 5:08

Originally posted by [b]Ind[/b]
I wouldn't call it unnecessary -- but do we really need it anymore?

Hercules Elf Bot - Dec 23, 2011 14:06

Originally posted by [b]Ind[/b]
Fixed in [rev=15227]