Skip to content

Commit eb72aae

Browse files
committedMar 28, 2025·
fix: remove debugging code accidentally committed
1 parent 325aa9a commit eb72aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/resource_generator/spec.ex

-2
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,6 @@ defmodule AshPostgres.ResourceGenerator.Spec do
898898
if opts[:yes?] || opts[:skip_unknown] do
899899
"skip"
900900
else
901-
raise "what"
902-
903901
Mix.shell().prompt("""
904902
Unknown type: #{attribute.type}. What should we use as the type?
905903

0 commit comments

Comments
 (0)
Please sign in to comment.