[COMMITTED,015/101] gccrs: forever stack: Remove development debug info

Message ID 20240130121026.807464-18-arthur.cohen@embecosm.com
State Committed
Commit 478ac287e75da1a3dffda6595051850a1c929f3c
Headers
Series [COMMITTED,001/101] gccrs: Add visibility to trait item |

Commit Message

Arthur Cohen Jan. 30, 2024, 12:06 p.m. UTC
  From: Arthur Cohen <arthur.cohen@embecosm.com>

gcc/rust/ChangeLog:

	* resolve/rust-forever-stack.hxx: Remove debug log.
---
 gcc/rust/resolve/rust-forever-stack.hxx | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/gcc/rust/resolve/rust-forever-stack.hxx b/gcc/rust/resolve/rust-forever-stack.hxx
index 65796172b08..867144adf92 100644
--- a/gcc/rust/resolve/rust-forever-stack.hxx
+++ b/gcc/rust/resolve/rust-forever-stack.hxx
@@ -523,8 +523,6 @@  ForeverStack<N>::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;
   });