Skip to content

Commit c01a884

Browse files
committed
Remove debug print in variable crumble plugin
1 parent c84e3fb commit c01a884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Ahorn/entities/variableCrumble.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ end
3131
function Ahorn.render(ctx::Ahorn.Cairo.CairoContext, entity::VariableCrumbleBlock, room::Maple.Room)
3232
texture = get(entity.data, "texture", "default")
3333
texture = "objects/crumbleBlock/$texture"
34-
println(texture)
3534

3635
# Values need to be system specific integer
3736
x = Int(get(entity.data, "x", 0))

0 commit comments

Comments
 (0)