Skip to content

Commit

Permalink
disable call nargs check (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacLN committed Jun 21, 2019
1 parent 0fc2597 commit 857785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function _typeof(x, state)
end

function checks(x, server)
check_call_args(x)
# check_call_args(x)
check_loop_iter(x, server)
check_nothing_equality(x, server)
end
Expand Down

0 comments on commit 857785b

Please sign in to comment.