Remove reqwest ver user agent stuff

This commit is contained in:
2021-11-18 02:46:03 +00:00
parent 470cf6b343
commit ef0bf231ca
2 changed files with 0 additions and 18 deletions
-2
View File
@@ -18,8 +18,6 @@ static APP_USER_AGENT: &str = concat!(
env!("CARGO_PKG_VERSION"),
" ",
"reqwest",
"/",
env!("REQWEST_VER")
);
static CB_URL: &str = "http://localhost:6969/cb";