mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
add logger
This commit is contained in:
parent
bd401cf967
commit
2dc36ee36e
1 changed files with 9 additions and 0 deletions
|
@ -261,6 +261,15 @@ defmodule Philomena.Galleries do
|
|||
end
|
||||
end)
|
||||
|
||||
IO.inspect([
|
||||
image_ids: image_ids,
|
||||
interactions: interactions,
|
||||
interaction_positions: interaction_positions,
|
||||
images_present: images_present,
|
||||
requested: requested,
|
||||
changes: changes
|
||||
], limit: :infinity)
|
||||
|
||||
changes
|
||||
|> Enum.map(fn change ->
|
||||
id = Keyword.fetch!(change, :id)
|
||||
|
|
Loading…
Reference in a new issue