Oops, remove some debugging.

This commit is contained in:
Eric S. Raymond 2007-08-31 09:53:58 +00:00
parent 88b5e0e49c
commit e4760d2743

View File

@ -678,7 +678,6 @@ void write_game(config_writer &out, const game_state& gamestate, WRITE_GAME_MODE
//! If the times are equal, will order based on the name.
struct save_info_less_time {
bool operator()(const save_info& a, const save_info& b) const {
printf("Comparing %s to %s\n", a.name.c_str(), b.name.c_str());
if (a.time_modified > b.time_modified) {
return true;
} else if (a.time_modified < b.time_modified) {