Skip to content

Commit

Permalink
FIX: remove @warn left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Nov 1, 2023
1 parent 011e98f commit 06bdafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_model/dss/edge_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function create_dss_object(::Type{T}, property_pairs::Vector{Pair{String,String}
end
end
end
@warn property_pairs

raw_fields = _get_raw_fields(property_pairs)

line = _apply_property_pairs(T(), property_pairs, dss, dss_raw)
Expand Down

0 comments on commit 06bdafc

Please sign in to comment.