chore: rm dead code

This commit is contained in:
GyDi 2022-03-10 02:25:35 +08:00
parent 4c5aa7084e
commit 732a1f4694
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084

View File

@ -267,8 +267,6 @@ impl Clash {
false => format!("http://{server}/configs"), false => format!("http://{server}/configs"),
}; };
dbg!(&server);
let mut headers = HeaderMap::new(); let mut headers = HeaderMap::new();
headers.insert("Content-Type", "application/json".parse().unwrap()); headers.insert("Content-Type", "application/json".parse().unwrap());