Remove unnecessary comment again

This commit is contained in:
Patrick Lühne 2018-09-28 16:52:38 +02:00
parent a9f4b700ba
commit 9fb2a44705
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 8 deletions

View File

@ -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"];