Skip to content

Commit bedf719

Browse files
committed
Remove unused debug code
1 parent 285bfa9 commit bedf719

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/gradient/typed_server/compile_hooks.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ defmodule Gradient.TypedServer.CompileHooks do
1717
end
1818

1919
def __on_definition__(env, _kind, name, args, _guards, body) do
20-
# if name == :handle do
21-
# # IO.inspect({name, env}, limit: :infinity)
22-
# #{env.module, Module.get_attribute(env.module, :spec)} |> IO.inspect()
23-
# end
24-
2520
request_handler = Module.get_attribute(env.module, :request_handler, :handle)
2621

2722
case request_handler do

0 commit comments

Comments
 (0)