Skip to content

Commit

Permalink
Release version 0.15.4
Browse files Browse the repository at this point in the history
Do not dump sensitive info in debug logs.
  • Loading branch information
spamwax committed Jun 16, 2019
1 parent adcfb4d commit b216fd6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alfred-pinboard-rs"
version = "0.15.3"
version = "0.15.4"
authors = [ "Hamid Ghadyani <[email protected]>",]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion res/workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4764,7 +4764,7 @@ Raashid.A</string>
</dict>
</dict>
<key>version</key>
<string>0.15.3</string>
<string>0.15.4</string>
<key>webaddress</key>
<string>https://github.com/spamwax/alfred-pinboard-rs</string>
</dict>
Expand Down
1 change: 0 additions & 1 deletion src/workflow_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ impl<'a> Config {
debug!("Starting in setup");
let (data_dir, cache_dir) = Config::get_workflow_dirs();
let config = Config::read(data_dir, cache_dir)?;
debug!("{:?}", config);
Ok(config)
}

Expand Down

0 comments on commit b216fd6

Please sign in to comment.