Skip to content

Commit

Permalink
Remove print line from description provider
Browse files Browse the repository at this point in the history
  • Loading branch information
justint committed Jan 17, 2021
1 parent b0ad90c commit cdb8416
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public String getElementDescription(@NotNull PsiElement psiElement, @NotNull Ele
}
}
else if (elementDescriptionLocation instanceof UsageViewShortNameLocation) {
System.out.println("psiElement: " + psiElement.getText());
if (psiElement instanceof usdReferenceItem) {
return psiElement.getText();
}
Expand Down

0 comments on commit cdb8416

Please sign in to comment.