remove dbg!()
This commit is contained in:
parent
b3ec296f3d
commit
d1b41f3747
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ impl Config {
|
|||
curl.arg("--progress-bar");
|
||||
}
|
||||
// --retry-all-errors was added in 7.71.0, don't use it if curl is old.
|
||||
if dbg!(curl_version()) > 7.70 {
|
||||
if curl_version() > 7.70 {
|
||||
curl.arg("--retry-all-errors");
|
||||
}
|
||||
curl.arg(url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue