From d861737e0fdd778edf686dbe936498d6f54620d7 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 22 Apr 2024 16:41:28 +0200 Subject: [PATCH] Remove show statements --- core/src/allocation_init.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/allocation_init.jl b/core/src/allocation_init.jl index 8fb0bff81..aea5afe44 100644 --- a/core/src/allocation_init.jl +++ b/core/src/allocation_init.jl @@ -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],