Minor clean-up

This commit is contained in:
Patrick Lühne 2020-05-28 05:01:17 +02:00
parent fe277b6773
commit 1e55f733d0
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ pub fn run<P>(program_path: P, specification_path: P,
where
P: AsRef<std::path::Path>,
{
//let context = crate::translate::verify_properties::Context::new();
let mut problem = crate::Problem::new(color_choice);
log::info!("reading specification “{}”", specification_path.as_ref().display());