diff --git a/src/pathways.jl b/src/pathways.jl
index 15e84cef3bc442201a88c4964fe3c24ae5188ff5..2938d318251eb786489a8fd4c699328faba04011 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))