Skip to content

Commit 3526198

Browse files
authored
Merge pull request #956 from k163377/remove-print
Remove unnecessary print
2 parents 1fb85af + 91add80 commit 3526198

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinNamesAnnotationIntrospector.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ internal class KotlinNamesAnnotationIntrospector(
108108
cfg: MapperConfig<*>,
109109
m: AnnotatedMember
110110
): Boolean? = m.takeIf { it.member.declaringClass.isKotlinClass() }?.let { _ ->
111-
println(m)
112-
113111
cache.javaMemberIsRequired(m) {
114112
try {
115113
when (m) {

0 commit comments

Comments
 (0)