From a0dca8186bdef76e09e9c388d7f85839e85ce8db Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jun 2020 16:33:28 +0200 Subject: git: refactoring git module to have a unified actions API --- src/main.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 7e589ec..a0d6dce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,12 +14,6 @@ async fn main() -> io::Result<()> { env_logger::init(); let root = PathBuf::new(); - let repo = git::repo::Repo::new("."); - let commits = git::log::create_commit_log( - "84a9a0ccee713e26a28ff5e54ea3776085d93b5f".into(), - &repo.inner, - ); - HttpServer::new(move || { App::new() .service(fs::Files::new("/static", root.join("static"))) -- cgit v1.2.3