Remove debug prints.
This commit is contained in:
parent
52e7aea4fa
commit
01a1dbc522
1 changed files with 0 additions and 2 deletions
|
|
@ -168,9 +168,7 @@ class DNSManager::Storage
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "RRID before: #{rr.rrid}"
|
|
||||||
zone << rr
|
zone << rr
|
||||||
puts "RRID after: #{rr.rrid}"
|
|
||||||
|
|
||||||
# Update the zone.
|
# Update the zone.
|
||||||
zones_by_domain.update_or_create zone.domain, zone
|
zones_by_domain.update_or_create zone.domain, zone
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue