Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 2, 2024
1 parent e887711 commit 3fdb99c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions noir/noir-repo/tooling/profiler/src/flamegraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ fn location_to_callsite_label<'files>(
// Check code slice for ";" and replace it with 'GREEK QUESTION MARK' (U+037E)
let code_slice = code_slice.replace(';', "\u{037E}");

// // "\n" is used for sample separation, and is not allowed by inferno
// // Remove all newlines from the code and replace them with spaces
// let code_slice = code_slice.replace('\n', " ");

let (line, column) = line_and_column_from_span(source.as_ref(), &location.span);

format!("{}:{}:{}::{}", filename, line, column, code_slice)
Expand Down

0 comments on commit 3fdb99c

Please sign in to comment.