mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
refactor: remove unused error logging in AutoCompleter
This commit is contained in:
parent
e75ff966b9
commit
50555643d1
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ class AutoCompleter(Completer):
|
|||
try:
|
||||
lexer = guess_lexer_for_filename(fname, content)
|
||||
except Exception as ex: # On Windows, bad ref to time.clock which is deprecated
|
||||
self.tool_error(f"Error lexing {fname}: {ex}")
|
||||
continue
|
||||
|
||||
tokens = list(lexer.get_tokens(content))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue