Debug output

This commit is contained in:
Valentin Brandl 2019-07-28 17:16:27 +02:00
parent e75a341241
commit ec0254ec75
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -76,6 +76,8 @@ impl CfPurgeRequest {
T::path(),
file
);
println!("{}", url);
eprintln!("{}", url);
Self { files: vec![url] }
}
}