Skip to content

Commit

Permalink
Remove ClassPrinter debugging from ClassUsageMarkerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Mar 17, 2023
1 parent 1b44559 commit 0dd9164
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class ClassUsageMarkerTest : StringSpec({
applicationClazz.accept(classUsageMarker)
applicationInit.accept(applicationClazz, classUsageMarker)

classPool.classesAccept(proguard.classfile.visitor.ClassPrinter())
val otherClazz = classPool.getClass("Other")
val otherInit = otherClazz.findMethod("<init>", null)
val otherFoo = otherClazz.findMethod("foo", null)
Expand Down

0 comments on commit 0dd9164

Please sign in to comment.