Skip to content

Commit

Permalink
Remove @show statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Larbino1 authored Aug 12, 2024
1 parent 77fd327 commit b29dc2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
function convert_for_glmakie(dae_scene::DAEScene)
(;library_effects, library_materials, library_geometries, library_visual_scenes) = dae_scene

@show keys(library_effects)
@show keys(library_materials)

if isnothing(library_visual_scenes)
# IF no visual scenes are found, we merge all of the geometries into
# a single mesh, and return that
Expand Down

0 comments on commit b29dc2d

Please sign in to comment.