From f51e45eb75a8df3e3739041b00f4f7aff8e9ebc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 28 Sep 2018 16:41:13 +0200 Subject: [PATCH] Remove unnecessary comment --- examples/test.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/test.rs b/examples/test.rs index 5c0ac7d..413e9bb 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"];