summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-03 01:14:41 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-03 01:14:41 -0400
commit14c58507c02e4e4d04ece9d42be52372e8df8e22 (patch)
tree7f275b7222747f43eca13b2ac99d55f0cda7782b /src
parent2a5d0710968653a91cac33d7a002ec25aee400a8 (diff)
(docs): Updates docs and removes a debug
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 95e3d380..5ffe5c86 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -361,8 +361,6 @@ fn create_config(flag_config_location: Option<&str>) -> error::Result<Config> {
OsString::new()
};
- debug!("Config path: {:?}", config_path);
-
let path = std::path::Path::new(&config_path);
if let Ok(config_string) = fs::read_to_string(path) {