Skip to content

Commit

Permalink
Remove print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
subnomo committed Dec 8, 2018
1 parent fb211e4 commit be961a7
Show file tree
Hide file tree
Showing 3 changed files with 2 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 = "tumblr-likes"
version = "0.2.0"
version = "0.2.1"
authors = ["Alex Taylor <alex@alext.xyz>"]
description = "Downloads your liked photos and videos on Tumblr."
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ fn main() -> Result<(), reqwest::Error> {
let mut info = client.get(&info_url)
.send()?;

println!("{:?}", info);

if !info.status().is_success() {
println!("There was an error fetching your likes. Is there a mistake in credentials.toml?");
return Ok(());
Expand Down

0 comments on commit be961a7

Please sign in to comment.