Remove debug output
This commit is contained in:
parent
0a67a24abd
commit
f59470d89f
@ -17,7 +17,6 @@ impl Cloudflare {
|
|||||||
client: &Client,
|
client: &Client,
|
||||||
file: &str,
|
file: &str,
|
||||||
) -> impl Future<Item = bool, Error = Error> {
|
) -> impl Future<Item = bool, Error = Error> {
|
||||||
println!("{}", file);
|
|
||||||
client
|
client
|
||||||
.post(format!(
|
.post(format!(
|
||||||
"https://api.cloudflare.com/client/v4/zones/{}/purge_cache",
|
"https://api.cloudflare.com/client/v4/zones/{}/purge_cache",
|
||||||
@ -59,7 +58,6 @@ impl CfPurgeRequest {
|
|||||||
T::path(),
|
T::path(),
|
||||||
file
|
file
|
||||||
);
|
);
|
||||||
eprintln!("{}", url);
|
|
||||||
Self { files: vec![url] }
|
Self { files: vec![url] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user