summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-07-16 20:36:46 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-07-16 20:36:46 +0200
commit796fd3406ccd5c12f2aef72c603a4445a08fa27a (patch)
tree4f2f6475442751828c3c6142194a7214e7474374 /src/main.rs
parente95f3370c6d0a4a5ec87bff23ab7981e8f447540 (diff)
Disable logs and release assertions for release
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 280df8a..03d08ff 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,7 +40,7 @@ fn main() {
}
},
Err(e) => {
- eprintln!("WARN: State file could not be parsed: {}", e);
+ //eprintln!("WARN: State file could not be parsed: {}", e);
Command::new(Action::DoNothing)
}
};