Skip to content

Commit 0dd9164

Browse files
Remove ClassPrinter debugging from ClassUsageMarkerTest
1 parent 1b44559 commit 0dd9164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/src/test/kotlin/proguard/shrink/ClassUsageMarkerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ class ClassUsageMarkerTest : StringSpec({
129129
applicationClazz.accept(classUsageMarker)
130130
applicationInit.accept(applicationClazz, classUsageMarker)
131131

132-
classPool.classesAccept(proguard.classfile.visitor.ClassPrinter())
133132
val otherClazz = classPool.getClass("Other")
134133
val otherInit = otherClazz.findMethod("<init>", null)
135134
val otherFoo = otherClazz.findMethod("foo", null)

0 commit comments

Comments
 (0)