aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs13
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();
}