Skip to content

Commit

Permalink
Remove 'Spurious change' message, along with log crate which is no lo…
Browse files Browse the repository at this point in the history
…nger needed
  • Loading branch information
christolliday committed Sep 12, 2017
1 parent 5dcb9b2 commit f2cf63c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ license = "MIT / Apache-2.0"
keywords = ["constraint", "simplex", "user", "interface", "layout"]

[dependencies]
log = "0.3"
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ use std::sync::Arc;
use std::collections::HashMap;
use std::collections::hash_map::{Entry};

#[macro_use]
extern crate log;

mod solver_impl;
mod operators;

Expand Down
2 changes: 0 additions & 2 deletions src/solver_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ impl Solver {
if old_value != new_value {
self.public_changes.push((v, new_value));
var_data.0 = new_value;
} else {
info!("Spurious change");
}
}
}
Expand Down

0 comments on commit f2cf63c

Please sign in to comment.