Skip to content

Commit

Permalink
Merge pull request #3 from Larbino1/Larbino1-patch-1
Browse files Browse the repository at this point in the history
Remove @show statement
  • Loading branch information
Larbino1 authored Aug 12, 2024
2 parents 77fd327 + 709c968 commit 2be4123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DigitalAssetExchangeFormatIO"
uuid = "43182933-f65b-495a-9e05-4d939cea427d"
authors = ["Daniel Larby <dan_larby@hotmail.co.uk> and contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
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 2be4123

Please sign in to comment.