Skip to content
Snippets Groups Projects
Verified Commit da35e625 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Remove noisy @show

parent 20fa6fa8
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment