mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
remove debug code
This commit is contained in:
parent
f8a79c16e0
commit
fbbbae0980
@ -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() );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user