Skip to content

Commit 4a2582d

Browse files
committed
Remove one show statement
1 parent 6cefc80 commit 4a2582d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PyramidScheme.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ function write(path, pyramid::Pyramid; kwargs...)
446446

447447
for (i,l) in enumerate(reverse(pyramid.levels))
448448
outpath = joinpath(path, string(i-1))
449-
@show outpath
450449
savecube(l,outpath)
451450
end
452451
end

0 commit comments

Comments
 (0)