Skip to content

Commit 58fdf05

Browse files
committed
refactoring
1 parent c6f36a5 commit 58fdf05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide-db/src/path_transform.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ impl<'a> PathTransform<'a> {
160160
}
161161
(Either::Left(k), None) => {
162162
if let Some(default) = k.default(db) {
163-
eprintln!("\ndefault = {:?}", default);
164163
let default = ast::make::expr_const_value(&default);
165164
fn get_syntax<T: AstNode>(node: T) -> SyntaxNode {
166165
node.syntax().clone_for_update()

0 commit comments

Comments
 (0)