From 9fb2a44705defe399788d4238f9ed78660c66458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 28 Sep 2018 16:52:38 +0200 Subject: [PATCH] Remove unnecessary comment again --- examples/test.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/test.rs b/examples/test.rs index 6456b79..b3722af 100644 --- a/examples/test.rs +++ b/examples/test.rs @@ -16,14 +16,6 @@ fn main() let mut benchmark_repository = BenchmarkRepository::new("git@git.luehne.de:patrick/tplp-planning-benchmark.git", Path::new("storage"), "git", "Potassco Bot", "bot@potassco.org"); - /*let files = vec! - [ - TargetPath{source: &Path::new("/tmp/test"), destination: &Path::new("foobar/test")}, - TargetPath{source: &Path::new("/tmp/test2"), destination: &Path::new("foobar/test-2")}, - ]; - - benchmark_repository.commit_files(&files[..], "test-results");*/ - let content = benchmark_repository.read_file(Path::new("configurations.yml"), "test-config").unwrap(); let configurations = &YamlLoader::load_from_str(&content).unwrap()[0]["configurations"];