Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
totorigolo committed May 10, 2020
1 parent 15d8141 commit 5ecb943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/npm_and_rest/src/gravatar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ impl GravatarService {
if meta.status.is_success() {
callback.emit(data)
} else {
// format_err! is a macro in crate `failure`
callback.emit(Err(anyhow!(
"{}: error getting profile https://gravatar.com/",
meta.status
Expand Down

0 comments on commit 5ecb943

Please sign in to comment.