Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Dec 28, 2023
1 parent fabe301 commit 2990258
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ trait SchemaMagnoliaDerivation {
SProduct(
ctx.parameters.map { p =>
val annotations = mergeAnnotations(p.annotations, p.inheritedAnnotations)
println(s"${p.label}, anns = ${annotations}")
val pSchema = enrichSchema(p.typeclass, annotations)
val encodedName = getEncodedName(annotations).getOrElse(genericDerivationConfig.toEncodedName(p.label))

Expand Down

0 comments on commit 2990258

Please sign in to comment.