summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-06-09 13:55:43 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-06-09 13:55:43 +0200
commitf5699c057c000efd80e4bf7dd6b23a0d1750e628 (patch)
treebe137cc2cb38cd3a01be075633447b9396db566b /src/main.rs
parente6b613207b540cfae6691d97941007d05ef019be (diff)
Updated default features to not include benchmarking
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 251b980..f3d9373 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,7 +40,6 @@ fn write_command(filename: &str, command: Command) -> Result<(), Box<Error> > {
fn main() {
let start_time = PreciseTime::now();
- println!("Reading in state.json file");
let (settings, state) = match input::json::read_state_from_file(STATE_PATH) {
Ok(ok) => ok,
Err(error) => {