Skip to content

Commit 85e7d3c

Browse files
committed
removed some debugging prints
1 parent 081d7ca commit 85e7d3c

File tree

1 file changed

+0
-8
lines changed
  • git-function-history-lib/src

1 file changed

+0
-8
lines changed

git-function-history-lib/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -364,14 +364,6 @@ fn find_function_in_commit(
364364
0 => 0,
365365
x => x + 1,
366366
};
367-
let ttt = f
368-
.doc_comments_and_attrs()
369-
.into_iter()
370-
.map(|c| c.to_string())
371-
.collect::<String>();
372-
if !ttt.is_empty() {
373-
println!("{}", ttt);
374-
}
375367
let contents: String = file_contents[bb..f.syntax().text_range().end().into()]
376368
.to_string()
377369
.lines()

0 commit comments

Comments
 (0)