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
49060e1e87
commit
8e1364fa9f
@ -72,7 +72,7 @@ public class ClassFile {
|
||||
}
|
||||
minorVersion = input.readUnsignedShort();
|
||||
majorVersion = input.readUnsignedShort();
|
||||
System.err.println( majorVersion + "." + minorVersion );
|
||||
|
||||
constantPool = new ConstantPool( input );
|
||||
accessFlags = input.readUnsignedShort();
|
||||
thisClass = (ConstantClass)constantPool.get( input.readUnsignedShort() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user