Skip to content

Commit

Permalink
Remove show statements
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Apr 22, 2024
1 parent e3bf329 commit d861737
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/allocation_init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,6 @@ function add_constraints_flow_demand_outflow!(
node_id in node_ids if has_external_demand(graph, node_id, :flow_demand)[1]
]

@show node_ids
@show node_ids_flow_demand
problem[:flow_demand_outflow] = JuMP.@constraint(
problem,
[node_id = node_ids_flow_demand],
Expand Down

0 comments on commit d861737

Please sign in to comment.