From 4ba5f79d097fc91b9749233529a28b06542d11dd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 May 2021 18:39:39 +0200 Subject: main::mirror(): Remove handled comment This is all done now. --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 0977829..b2d8556 100644 --- a/src/main.rs +++ b/src/main.rs @@ -107,10 +107,6 @@ fn mirror>( repo: &github::Repo, base_cgitrc: Option

, ) -> anyhow::Result<()> { - // mirror database - // update description - // copy cgitrc - git::mirror( &repo.git_url, &clone_path, -- cgit v1.2.3