Skip to content

Commit ce3cc0b

Browse files
committed
debug message out
1 parent fe4f504 commit ce3cc0b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,12 +1590,7 @@ private boolean addMethodInvocation(SimpleName javaQualifier, List<?> arguments,
15901590
&& ((ThisExpression) expression).getQualifier() != null)
15911591
|| class_localType == LAMBDA_EXPRESSION)
15921592
);
1593-
<<<<<<< HEAD
1594-
=======
15951593

1596-
bufferDebug("needbname " + needBname + " " + methodName + " " + isStatic);
1597-
1598-
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script
15991594
String bname = (needBname ? getThisRefOrSyntheticReference(javaQualifier, declaringClass, null) : null);
16001595
// add the qualifier
16011596
int pt = buffer.length();

0 commit comments

Comments
 (0)