Skip to content
Snippets Groups Projects
Unverified Commit 87a841d3 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Remove noisy @show

parent 37d43715
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -239,7 +239,6 @@ function edge_times(bb::BaseBuildingBlock)
for (key, event) in events(bb)
append!(res, edge_times(event) .+ start_time(bb, key))
end
@show res
for (time, _) in waveform(bb)
push!(res, time)
end
......
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