From da35e6254ac7d45cfcd0e575845890b7b4854d21 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Thu, 8 Feb 2024 14:48:24 +0000 Subject: [PATCH] Remove noisy @show --- src/pathways.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pathways.jl b/src/pathways.jl index 15e84ce..2938d31 100644 --- a/src/pathways.jl +++ b/src/pathways.jl @@ -286,7 +286,6 @@ end walk_pathway!(wait::WaitBlock, walker::PathwayWalker, pulse_effects::Vector{Symbol}, nreadout::Ref{Int}, block_start_time=0.::VariableType) = false function walk_pathway!(ao::AbstractOverlapping, walker::PathwayWalker, pulse_effects::Vector{Symbol}, nreadout::Ref{Int}, block_start_time=0.::VariableType) - @show block_start_time, nreadout[] current_index = nothing current_time = block_start_time for (index_inter, interruption) in enumerate(interruptions(ao)) -- GitLab