We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b816b4 commit 8db6ba8Copy full SHA for 8db6ba8
sea-orm-macros/src/derives/partial_model.rs
@@ -188,7 +188,6 @@ impl DerivePartialModel {
188
quote!(let #select_ident =
189
if let Some(prefix) = pre {
190
let ident = format!("{prefix}{}", #field_name);
191
- eprintln!("{ident}");
192
sea_orm::SelectColumns::select_column_as(#select_ident, #expr, ident)
193
} else {
194
sea_orm::SelectColumns::select_column_as(#select_ident, #expr, #field_name)
0 commit comments