Skip to content

Commit

Permalink
Remove debug in scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Mar 29, 2023
1 parent 489f517 commit 1b04235
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -255,7 +255,6 @@ object DeriveConfig {
)
)
} else {
println(s"here?. ${originalKey} and ${specifiedName}")
if (originalKey.contains(specifiedName)) Right(subClass)
else
Left(
Expand Down

0 comments on commit 1b04235

Please sign in to comment.