diff options
| author | Teddy Wing | 2021-05-30 18:39:39 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-05-30 18:39:39 +0200 |
| commit | 4ba5f79d097fc91b9749233529a28b06542d11dd (patch) | |
| tree | e0d1bc2ccdcfe14a43290ac1f6574b0bef3733f2 /src | |
| parent | 82c0b2cab1ed03188b0178d04b5a0090ec5cd60b (diff) | |
| download | reflectub-4ba5f79d097fc91b9749233529a28b06542d11dd.tar.bz2 | |
main::mirror(): Remove handled comment
This is all done now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 4 |
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, |
