Skip to content

Commit

Permalink
clear vscode_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
konankisa committed Oct 17, 2023
1 parent 32e0e4e commit 46ad4f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode-antimony/src/server/stibium/stibium/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
ONTOLOGIES_URL = "http://www.ebi.ac.uk/ols/api/ontologies/"
ONTOLOGIES_URL_SECOND_PART = "/terms/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252F"

vscode_logger = logging.getLogger("vscode-antimony logger")

def get_qname_at_position(root: FileNode, pos: SrcPosition) -> Optional[QName]:
'''Returns (context, token) the given position. `token` may be None if not found.
'''
Expand Down

0 comments on commit 46ad4f8

Please sign in to comment.