aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/currency.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-11-01 17:15:54 +0100
committerJokler <jokler.contact@gmail.com>2017-11-03 04:20:14 +0100
commit8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec (patch)
tree041eb0efbc7e44339fe5bd1509728c4e999c477d /src/plugins/currency.rs
parentcb07b259950d4762ceb609266cd1e8ae0ef60dad (diff)
downloadfrippy-8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec.tar.gz
frippy-8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec.zip
Add debug logging
The log level gets set to debug or info based on the build profile automatically now. Debug messages also print their target to the console.
Diffstat (limited to 'src/plugins/currency.rs')
-rw-r--r--src/plugins/currency.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/currency.rs b/src/plugins/currency.rs
index 78ae593..4ba2531 100644
--- a/src/plugins/currency.rs
+++ b/src/plugins/currency.rs
@@ -1,7 +1,6 @@
extern crate reqwest;
extern crate serde;
extern crate serde_json;
-extern crate regex;
use std::io::Read;
use std::num::ParseFloatError;