chore: remove commented code

This commit is contained in:
Nik Revenco 2025-03-19 00:05:41 +00:00
parent ff60198273
commit e6bf6bc2f4

View file

@ -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())