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

Remove @show

parent 46603135
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,6 @@ function make_generic end ...@@ -330,7 +330,6 @@ function make_generic end
Constraints [`gradient_strength`](@ref) and [`slew_rate`](@ref) to be less than the [`global_scanner`](@ref) maximum. Constraints [`gradient_strength`](@ref) and [`slew_rate`](@ref) to be less than the [`global_scanner`](@ref) maximum.
""" """
function scanner_constraints!(bb::AbstractBlock) function scanner_constraints!(bb::AbstractBlock)
@show bb
try try
global_scanner() global_scanner()
catch e catch e
......
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