Remove debug stuff
This commit is contained in:
parent
63def33286
commit
a4490ab53c
@ -58,7 +58,6 @@ impl CfPurgeRequest {
|
||||
T::path(),
|
||||
file
|
||||
);
|
||||
eprintln!("{}", url);
|
||||
Self { files: vec![url] }
|
||||
}
|
||||
}
|
||||
|
@ -122,10 +122,6 @@ fn main() -> Result<()> {
|
||||
"/github/{file:.*}",
|
||||
web::delete().to_async(purge_cache::<Github>),
|
||||
)
|
||||
.route(
|
||||
"/purge/github/{file:.*}",
|
||||
web::get().to_async(purge_cache::<Github>),
|
||||
)
|
||||
.route(
|
||||
"/bitbucket/{user}/{repo}/{commit}/{file:.*}",
|
||||
web::get().to_async(handle_request::<Bitbucket>),
|
||||
|
Loading…
Reference in New Issue
Block a user