chore: remove commented code
This commit is contained in:
parent
ff60198273
commit
e6bf6bc2f4
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ async fn compute_diff(
|
|||
line: u32,
|
||||
diff_providers: DiffProviderRegistry,
|
||||
) -> anyhow::Result<String> {
|
||||
// std::thread::sleep(Duration::from_secs(5));
|
||||
// Ok("hhe".to_string())
|
||||
diff_providers
|
||||
.blame_line(&file, line)
|
||||
.map(|s| s.to_string())
|
||||
|
|
Loading…
Add table
Reference in a new issue