remove spare debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user