chore: Remove stray println (#22297)

Follow-up to #22292

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-12-20 19:18:44 +01:00 committed by GitHub
parent d824baeece
commit 4eb8492308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);