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:
parent
56e57c9428
commit
3bec83cf91
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue