remove dbg

This commit is contained in:
Barnabas Jovanovics 2024-07-22 16:27:58 +02:00
parent 2e7ab8bcaa
commit 8e80ecbf85

View file

@ -302,7 +302,6 @@ defmodule AshPostgres.AtomicsTest do
Comment
|> Ash.Changeset.for_create(:create, %{post_id: post.id, title: "foo"})
|> Ash.create!()
|> dbg()
Logger.configure(level: :debug)