diff options
author | Teddy Wing | 2021-06-05 14:09:55 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-05 14:10:05 +0200 |
commit | 75dea72d04dee394886cbf8c7fc5cf3a9c349c7f (patch) | |
tree | 9f04f9c25024288c3599a60001e70cc62fd14919 /src | |
parent | 6170b37bc426f7ca1fecdc4726bbaa68a90b8237 (diff) | |
download | reflectub-75dea72d04dee394886cbf8c7fc5cf3a9c349c7f.tar.bz2 |
main(): Remove commented test code
This is no longer relevant.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main.rs b/src/main.rs index 65e4d5e..2957217 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,19 +17,6 @@ use std::process; #[tokio::main] async fn main() { - // let repos = github::fetch_repos("teddywing").await.unwrap(); - // - // dbg!(&repos); - - // git::mirror( - // "https://github.com/teddywing/google-calendar-rsvp.git", - // Path::new("/tmp/grsvp"), - // ).unwrap(); - - // git::update( - // Path::new("/tmp/grsvp"), - // ).unwrap(); - run().await.unwrap(); } |