remove debug output
This commit is contained in:
@@ -2538,7 +2538,6 @@ TriggerBox::determine_next_trigger (uint32_t current)
|
||||
int r = _pcg.rand (100); // 0 .. 99
|
||||
Trigger::FollowAction fa;
|
||||
|
||||
cerr << "prob " << all_triggers[current]->follow_action_probability () << " from " << r << endl;
|
||||
if (r >= all_triggers[current]->follow_action_probability()) {
|
||||
fa = all_triggers[current]->follow_action (0);
|
||||
which_follow_action = 0;
|
||||
|
||||
Reference in New Issue
Block a user