Skip to content

Commit 9045ce2

Browse files
oxinaboxmzgubic
andauthored
remove debug output
Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
1 parent 96059a1 commit 9045ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global_checks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function test_method_tables()
4242
function_type = if method.sig <: Tuple{Any, RuleConfig, Any, Type, Vararg}
4343
_parameters(method.sig)[4]
4444
elseif method.sig <: Tuple{Any, Any, Type, Vararg}
45-
@show _parameters(method.sig)[3]
45+
_parameters(method.sig)[3]
4646
else
4747
nothing
4848
end

0 commit comments

Comments
 (0)