Skip to content

Commit 680b698

Browse files
committed
remove unnecessary debug messages
1 parent 2ffe7b8 commit 680b698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotcode/language_server/robotframework/parts/semantic_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ async def get_tokens() -> AsyncGenerator[Tuple[Token, ast.AST], None]:
567567
),
568568
):
569569
cancel_token.throw_if_canceled()
570-
self._logger.debug(repr(robot_token))
570+
571571
async for token in self.generate_sem_tokens(robot_token, robot_node, namespace, builtin_library_doc):
572572
current_line = token.lineno - 1
573573

0 commit comments

Comments
 (0)