mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
remove debug code
This commit is contained in:
parent
49060e1e87
commit
8e1364fa9f
@ -72,7 +72,7 @@ public class ClassFile {
|
|||||||
}
|
}
|
||||||
minorVersion = input.readUnsignedShort();
|
minorVersion = input.readUnsignedShort();
|
||||||
majorVersion = input.readUnsignedShort();
|
majorVersion = input.readUnsignedShort();
|
||||||
System.err.println( majorVersion + "." + minorVersion );
|
|
||||||
constantPool = new ConstantPool( input );
|
constantPool = new ConstantPool( input );
|
||||||
accessFlags = input.readUnsignedShort();
|
accessFlags = input.readUnsignedShort();
|
||||||
thisClass = (ConstantClass)constantPool.get( input.readUnsignedShort() );
|
thisClass = (ConstantClass)constantPool.get( input.readUnsignedShort() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user