Skip to content

Commit

Permalink
forever stack: Remove development debug info
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* resolve/rust-forever-stack.hxx: Remove debug log.
  • Loading branch information
CohenArthur committed Nov 21, 2023
1 parent b2a23e5 commit 1a758c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcc/rust/resolve/rust-forever-stack.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 1a758c3

Please sign in to comment.