Skip to content

Commit 02f43e4

Browse files
committed
Mute Gradient.TypedServer.CompileHooks debug info
1 parent 3910748 commit 02f43e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/gradient/typed_server/compile_hooks.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ 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-
IO.inspect({env.module, Module.get_attribute(env.module, :spec)})
23-
end
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
2424

2525
request_handler = Module.get_attribute(env.module, :request_handler, :handle)
2626

0 commit comments

Comments
 (0)