Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kotva006 committed May 6, 2024
1 parent f782a02 commit d84aaba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/dotcom_web/plugs/debug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ defmodule DotcomWeb.Plugs.Debug do

@impl Plug
def call(conn, _) do
if [_head | _] = @pipeline do
Logger.info(
"#{Enum.map_join(@pipeline, "&", fn {k, v} -> "#{k}:#{v}" end)} **************************"
)
end

conn
end
end

0 comments on commit d84aaba

Please sign in to comment.