From 2e0d89401a85edceaa2a8da6c6bb4cd9d8d17354 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 29 Feb 2020 23:03:49 +0100 Subject: Remove debug print --- crates/ra_ide/src/syntax_highlighting.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index b94b6a022..28117b4d8 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs @@ -120,7 +120,6 @@ pub(crate) fn highlight( if let Some(token) = element.as_token().cloned().and_then(ast::RawString::cast) { let expanded = element_to_highlight.as_token().unwrap().clone(); if highlight_injection(&mut res, &sema, token, expanded).is_some() { - eprintln!("res = {:?}", res); continue; } } -- cgit v1.2.3