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
04fc77e8f7
commit
c2231241ab
@ -224,7 +224,6 @@ public class ModuleGenerator {
|
||||
|
||||
//temporary Hack because the generated Enum.valueOf(String) use Reflection which currently is not supported
|
||||
if( classFile.isEnum() && "valueOf".equals( next.methodName ) && next.signature.startsWith( "(Ljava/lang/String;)" ) ) {
|
||||
System.err.println( next.signatureName );
|
||||
String replaceForEnums = ReplacementForEnums.class.getName().replace( ".", "/" );
|
||||
ClassFile file = classFileLoader.get( replaceForEnums );
|
||||
classFileLoader.partial( next.className, file );
|
||||
|
Loading…
x
Reference in New Issue
Block a user