remove test code I forgot

This commit is contained in:
Jérémy Rosen 2007-02-02 23:19:02 +00:00
parent 5ee985798b
commit d7ff1e8c8e

View file

@ -158,7 +158,6 @@ bool conditional_passed(const unit_map* units,
const std::string& value = state_of_game->get_variable(name); const std::string& value = state_of_game->get_variable(name);
const double num_value = atof(value.c_str()); const double num_value = atof(value.c_str());
printf("%f\n",num_value);
const std::string& equals = values["equals"]; const std::string& equals = values["equals"];
if(values.get_attribute("equals") != "" && value != equals) { if(values.get_attribute("equals") != "" && value != equals) {