mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Remove error raise put in previously for debugging
This commit is contained in:
parent
d0f3ef0fa0
commit
1147f7c5b7
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ module Whois
|
||||||
update!(json: { name: auction.domain,
|
update!(json: { name: auction.domain,
|
||||||
status: ['PendingRegistration'],
|
status: ['PendingRegistration'],
|
||||||
disclaimer: self.class.disclaimer })
|
disclaimer: self.class.disclaimer })
|
||||||
else
|
|
||||||
raise "Unknown status: #{auction.status}"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue