From 85366df51b9e893493c9fbc08ca05b32b7b232eb Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk>
Date: Mon, 26 Feb 2024 12:17:31 +0000
Subject: [PATCH] Remove noisy @show

---
 ext/MakieMRIBuilder/MakieMRIBuilder.jl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ext/MakieMRIBuilder/MakieMRIBuilder.jl b/ext/MakieMRIBuilder/MakieMRIBuilder.jl
index 149bc95..665672a 100644
--- a/ext/MakieMRIBuilder/MakieMRIBuilder.jl
+++ b/ext/MakieMRIBuilder/MakieMRIBuilder.jl
@@ -36,7 +36,6 @@ function Makie.plot!(scene:: Plot_Sequence)
                 end
                 current_y += (upper - lower) + 0.1
             end
-            @show current_y
         end
     end
     
-- 
GitLab