Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohnstn committed Jul 3, 2024
1 parent 78383c4 commit a9a4fb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5022,7 +5022,6 @@ private int computeRelevanceForExpectingType(char[] packageName, char[] typeName
}

private int computeRelevanceForExpectingType(TypeBinding proposalType){
Thread.dumpStack();
if(this.expectedTypes != null && proposalType != null) {
int relevance = 0;
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=271296
Expand Down

0 comments on commit a9a4fb6

Please sign in to comment.