remove test code I forgot
This commit is contained in:
parent
5ee985798b
commit
d7ff1e8c8e
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue