Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Jan 31, 2019
1 parent c662124 commit 5114f83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/requests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ impl RequestHandler {
let mut url = self.base_uri.clone();
url.set_path(path);
url.set_query(Some(query));
info!("URL {}", url.to_string());
url
}

Expand Down

0 comments on commit 5114f83

Please sign in to comment.