chore: Remove stray println (#22297)
Follow-up to #22292 Release Notes: - N/A
This commit is contained in:
parent
d824baeece
commit
4eb8492308
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ impl LspAdapter for TypeScriptLspAdapter {
|
|||
container_dir: &PathBuf,
|
||||
_: &dyn LspAdapterDelegate,
|
||||
) -> Option<LanguageServerBinary> {
|
||||
println!("{:?}", version.type_id());
|
||||
let version = version.downcast_ref::<TypeScriptVersions>().unwrap();
|
||||
let server_path = container_dir.join(Self::NEW_SERVER_PATH);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue