Skip to content

Commit

Permalink
chore: drop leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Nov 17, 2023
1 parent 0543774 commit ad0a466
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tooling/lsp/src/requests/profile_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn on_profile_run_request_inner(
})?;

let crate_name = params.package;
// let function_name = params.id.function_name();

let workspace = resolve_workspace_from_toml(
&toml_path,
Expand All @@ -52,8 +51,6 @@ fn on_profile_run_request_inner(
// Since we filtered on crate name, this should be the only item in the iterator
match workspace.into_iter().next() {
Some(_package) => {
// let (mut _context, crate_id) = prepare_package(package, Box::new(get_non_stdlib_asset));

let (binary_packages, contract_packages): (Vec<_>, Vec<_>) = workspace
.into_iter()
.filter(|package| !package.is_library())
Expand Down

0 comments on commit ad0a466

Please sign in to comment.