From b29dc2d1695c0d3fb98b0a656b67fc9b97b5d615 Mon Sep 17 00:00:00 2001 From: DLarby <42186355+Larbino1@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:34:19 +0100 Subject: [PATCH] Remove @show statement --- src/utils.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index 497ec7a..998774e 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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