mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
remove spare debug
This commit is contained in:
parent
4865ea2efc
commit
f561e5ef2c
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ impl LanguageServer {
|
|||
let prev_handler = self.notification_handlers.lock().insert(
|
||||
method,
|
||||
Box::new(move |_, params, cx| {
|
||||
if let Some(params) = serde_json::from_str(dbg!(params)).log_err() {
|
||||
if let Some(params) = serde_json::from_str(params).log_err() {
|
||||
f(params, cx);
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue