Skip to content

Commit 644a8a9

Browse files
hansonrhansonr
authored andcommitted
removes testing message
1 parent 444fef8 commit 644a8a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptVisitor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4397,7 +4397,6 @@ static String stripJavaLang(String name) {
43974397
// shorten java.lang.XXX.YYY but not java.lang.xxx.YYY
43984398
String s = (!name.startsWith("java.lang.") || name.equals("java.lang.Object")
43994399
|| name.length() > 10 && !Character.isUpperCase(name.charAt(10)) ? name : name.substring(10));
4400-
System.out.println("s is " + s + " for " + name);
44014400
return s;
44024401
}
44034402

0 commit comments

Comments
 (0)