diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-11-01 17:15:54 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-11-03 04:20:14 +0100 |
| commit | 8e573c5a7a6747dd3f01c3ed97c88a3c5a57d7ec (patch) | |
| tree | 041eb0efbc7e44339fe5bd1509728c4e999c477d /src/plugins/currency.rs | |
| parent | cb07b259950d4762ceb609266cd1e8ae0ef60dad (diff) | |
| download | frippy-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.rs | 1 |
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; |
