mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 21:17:01 +05:30
feat: remove pretty_env_logger
It never really did anything
This commit is contained in:
parent
86ea822d2c
commit
52489ad051
3 changed files with 4 additions and 68 deletions
|
@ -19,7 +19,6 @@ fn main() -> Result<()> {
|
|||
if check_for_version_arg() {
|
||||
return Ok(());
|
||||
}
|
||||
pretty_env_logger::init();
|
||||
let config_path = get_config_path()?;
|
||||
let config_str = std::fs::read_to_string(config_path.as_path()).unwrap_or_default();
|
||||
let config: Replacements<'_> = toml::from_str(&config_str)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue