Skip to content

Commit

Permalink
Silence annoyingly large type debugging show in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed May 17, 2023
1 parent 998267b commit da1f0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage1/termination.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for (;method) in Base._methods_by_ftype(Tuple{Diffractor.∂☆recurse{N}, Varar
if parent_order > child_order
return true
end
Core.Compiler.@show (parent_sig, new_sig)
#Core.Compiler.@show (parent_sig, new_sig)
return false
end
end
Expand Down

0 comments on commit da1f0b1

Please sign in to comment.