Remove debug statement in main
All checks were successful
Run Tests on Code / run-tests (push) Successful in 15s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 15s
This commit is contained in:
parent
e9ca986926
commit
293f0af30a
1 changed files with 1 additions and 3 deletions
|
@ -194,9 +194,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if IPs changed
|
if ips.check_new(false) {
|
||||||
//if ips.check_new() {
|
|
||||||
if true {
|
|
||||||
let mut error = false;
|
let mut error = false;
|
||||||
for zone in &zone_cfgs {
|
for zone in &zone_cfgs {
|
||||||
let cf_zone = match CloudflareZone::new(zone) {
|
let cf_zone = match CloudflareZone::new(zone) {
|
||||||
|
|
Loading…
Reference in a new issue