chore: Remove stray println (#22297)

Follow-up to #22292

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2024-12-20 18:18:44 +00:00
committed by GitHub
parent d824baeece
commit 4eb8492308
-1
View File
@@ -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);