Skip to content

Commit

Permalink
cleanup print
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Oct 10, 2023
1 parent d05dde4 commit 2cb0abd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WGLMakie/src/serialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,6 @@ function serialize_three(scene::Scene, plot::AbstractPlot)
key = haskey(plot, :markerspace) ? (:markerspace) : (:space)
mesh[:cam_space] = to_value(get(plot, key, :data))

@info uniforms[:light_color]

return mesh
end

Expand Down

0 comments on commit 2cb0abd

Please sign in to comment.