From bafb2d35998944e74d46c1422137a5173d4b4fbc Mon Sep 17 00:00:00 2001 From: Jun He Date: Sun, 26 Mar 2023 23:13:43 -0400 Subject: [PATCH] Removed a line used in debugging --- src/UnitCommitment.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UnitCommitment.jl b/src/UnitCommitment.jl index a2886fc..fd48d00 100644 --- a/src/UnitCommitment.jl +++ b/src/UnitCommitment.jl @@ -4,8 +4,6 @@ module UnitCommitment -@info "PU" ##REMOVE ME - include("instance/structs.jl") include("model/formulations/base/structs.jl") include("solution/structs.jl")