Skip to content

Commit

Permalink
Remove resolved TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymcgee committed May 24, 2024
1 parent 8fc6224 commit 2074d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/ipc/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ pub(super) fn dispatch(world: &mut World, r: lsp_server::Request) -> anyhow::Res
};
use SemanticTokens::*;

// TODO: Figure out how to do proper logging with filters and such
if let Some(uri) = r.params.uri() {
log::trace!("[Request] {} [{}] : \"{uri}\"", r.method, r.id);
} else {
Expand Down

0 comments on commit 2074d3b

Please sign in to comment.