Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Dec 11, 2024
1 parent 8d952c7 commit e2a7858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/lsp/src/handlers_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ pub(crate) fn initialize(
state: &mut WorldState,
log_tx: LogMessageSender,
) -> anyhow::Result<InitializeResult> {
// TODO: Get default log level from `params.initialization_options`
// and `AIR_LOG` env var.
// TODO: Get user specified log level from `params.initialization_options`
let log_level = None;

logging::init_logging(log_tx, log_level, params.client_info.as_ref());
Expand Down

0 comments on commit e2a7858

Please sign in to comment.