Skip to content

Commit c223124

Browse files
committed
remove debug code
1 parent 04fc77e commit c223124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/de/inetsoftware/jwebassembly/module/ModuleGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ private void scanFunctions() throws IOException {
224224

225225
//temporary Hack because the generated Enum.valueOf(String) use Reflection which currently is not supported
226226
if( classFile.isEnum() && "valueOf".equals( next.methodName ) && next.signature.startsWith( "(Ljava/lang/String;)" ) ) {
227-
System.err.println( next.signatureName );
228227
String replaceForEnums = ReplacementForEnums.class.getName().replace( ".", "/" );
229228
ClassFile file = classFileLoader.get( replaceForEnums );
230229
classFileLoader.partial( next.className, file );

0 commit comments

Comments
 (0)