aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-05-30 18:39:39 +0200
committerTeddy Wing2021-05-30 18:39:39 +0200
commit4ba5f79d097fc91b9749233529a28b06542d11dd (patch)
treee0d1bc2ccdcfe14a43290ac1f6574b0bef3733f2 /src
parent82c0b2cab1ed03188b0178d04b5a0090ec5cd60b (diff)
downloadreflectub-4ba5f79d097fc91b9749233529a28b06542d11dd.tar.bz2
main::mirror(): Remove handled comment
This is all done now.
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 0 insertions, 4 deletions
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<P: AsRef<Path>>(
repo: &github::Repo,
base_cgitrc: Option<P>,
) -> anyhow::Result<()> {
- // mirror database
- // update description
- // copy cgitrc
-
git::mirror(
&repo.git_url,
&clone_path,