Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Oct 25, 2023
1 parent 5bee1ab commit 89a73cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pakman/instellar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ defmodule Pakman.Instellar do
[
{Tesla.Middleware.BaseUrl, endpoint},
Tesla.Middleware.JSON,
{Tesla.Middleware.Logger, debug: true}
{Tesla.Middleware.Logger, debug: false}
]
end

Expand Down

0 comments on commit 89a73cb

Please sign in to comment.