Removed backend loading debuggin info; added TODO item about unnecessary loading.

This commit is contained in:
Paul van Tilburg 2011-03-12 11:29:21 +01:00
parent bafb1c6e25
commit f31b64e70e
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@ -8,6 +8,8 @@
* Support for multiple domains.
* Updates to the same address should be discarded (no SOA serial
incrementing, etc.).
* Make sure the Ildus server only requires the backends once, not per
connection.
== Known Issues

View File

@ -36,7 +36,6 @@ module Ildus
name = name.to_s
path = File.dirname(__FILE__)
file = File.join(path, "#{type}_backends", name + ".rb")
puts "Requiring #{file} for #{type} backend: #{name}... "
require file
return mod.const_get(name.capitalize)