1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 18:42:18 -05:00

fix(lsp): remove stray debug output (#27010)

This commit is contained in:
Nayeem Rahman 2024-11-22 22:35:10 +00:00 committed by Bartek Iwańczuk
parent 56e57c9428
commit 3bec83cf91
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -4454,11 +4454,7 @@ fn op_load<'s>(
== NodeModuleKind::Cjs,
})
};
lsp_warn!("op_load {} {}", &specifier, maybe_load_response.is_some());
let serialized = serde_v8::to_v8(scope, maybe_load_response)?;
state.performance.measure(mark);
Ok(serialized)
}