Skip to content

Commit

Permalink
Removed accidental task dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed Sep 6, 2024
1 parent ce0b640 commit 274feb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search/symbolic/sym_transition_relations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ void SymTransitionRelations::create_single_trs(const shared_ptr<AbstractTask> &t
TaskProxy task_proxy(*task);
if (task_properties::has_conditional_effects(task_proxy)) {
effect_aggregated_task = make_shared<extra_tasks::EffectAggregatedTask>(task);
task_properties::dump_task(TaskProxy(*effect_aggregated_task));
}


for (int i = 0; i < task->get_num_operators(); ++i) {
int cost = task->get_operator_cost(i, false);

Expand Down

0 comments on commit 274feb8

Please sign in to comment.