Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Sep 25, 2024
1 parent 4fe931c commit b12f8c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ribbon/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include("shapes/shapes.jl")

function render!(ribbon::Ribbon, chain_backbone::Array{T,3}, secondary_structure::Vector{Int}, color::AbstractVector{<:Real}, colormap) where T<:Real
for (ss, segment_range) in segments(clean_secondary_structure!(secondary_structure))
display((ss, segment_range))
surface_vertices, adjusted_range = get_surface_segment(ribbon, Val(ss), segment_range, chain_backbone)
surface!(ribbon, eachslice(surface_vertices, dims=1)...,
color = expand_colors(
Expand Down

0 comments on commit b12f8c7

Please sign in to comment.