Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Dec 15, 2024
1 parent f3c3467 commit ee4fb60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper_lsp/analyzer/AstAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def _dot_completions_for_element(
) -> List[CompletionItem]:
completions = []
logger.info(f"getting dot completions for element: {element}")
# logger.info(f"import keys: {self.ast.imports.keys()}")
self.ast.imports.keys()
if element == "self":
for fn in self.ast.get_internal_functions():
completions.append(CompletionItem(label=fn))
Expand Down

0 comments on commit ee4fb60

Please sign in to comment.