remove debug code

This commit is contained in:
Volker Berlin 2022-07-31 11:39:56 +02:00
parent f8a79c16e0
commit fbbbae0980
No known key found for this signature in database
GPG Key ID: 988423EF815BE4CB

View File

@ -61,7 +61,7 @@ public class BootstrapMethod {
// argCount is 5 if the method is LambdaMetafactory.altMetafactory
// occur if the Lambda type has 2 types compound with "&" like in java.time.chrono.AbstractChronology
for( int i = 3; i < argCount; i++ ) {
System.err.println( constantPool.get( input.readUnsignedShort() ) );
constantPool.get( input.readUnsignedShort() );
}
}