From 1a758c3a9bb3e57a8d168e66f37c63ac024df4d5 Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Tue, 21 Nov 2023 11:14:12 +0100 Subject: forever stack: Remove development debug info gcc/rust/ChangeLog: * resolve/rust-forever-stack.hxx: Remove debug log. --- gcc/rust/resolve/rust-forever-stack.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc') diff --git a/gcc/rust/resolve/rust-forever-stack.hxx b/gcc/rust/resolve/rust-forever-stack.hxx index 6579617..867144a 100644 --- a/gcc/rust/resolve/rust-forever-stack.hxx +++ b/gcc/rust/resolve/rust-forever-stack.hxx @@ -523,8 +523,6 @@ ForeverStack::to_canonical_path (NodeId id) // Finally, append the name path = path.append (Resolver::CanonicalPath::new_seg (id, name)); - rust_debug ("[ARTHUR] found path: %s. Size: %lu", path.get ().c_str (), - segments.size ()); return path; }); -- cgit v1.1