Skip to content

Commit

Permalink
chore: remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 29, 2024
1 parent 2b813c8 commit 5952889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/migration_generator/migration_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ defmodule AshPostgres.MigrationGenerator do
end

operations
|> IO.inspect()
|> split_into_migrations()
|> Enum.each(fn operations ->
run_without_transaction? =
Expand Down

0 comments on commit 5952889

Please sign in to comment.