Revert "temp add logging for collection fetching"

This reverts commit 9486abca22.
This commit is contained in:
Norm 2024-04-29 13:51:09 -04:00
parent 36f2422650
commit 5a90aa50f1
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ defmodule Akkoma.Collections.Fetcher do
{:error, error} ->
Logger.error("Could not fetch page #{id} - #{inspect(error)}")
Logger.error("[TMP] Debug collection fetch:\n" <> Exception.format_stacktrace())
{:error, error}
end
end