remove debug code

This commit is contained in:
Barnabas Jovanovics 2024-05-29 09:28:55 +02:00
parent 72f104fe2d
commit e9a52d0a62

View file

@ -94,13 +94,6 @@ defmodule AshPostgres.Test.LoadTest do
|> Ash.Changeset.for_update(:update, %{state: :inactive})
|> Ash.update!()
StatefulPostFollower
|> Ash.Query.for_read(:read, %{})
|> Ash.read!()
|> IO.inspect()
Logger.configure(level: :debug)
[post] =
Post
|> Ash.Query.for_read(:read, %{})