Remove an old FIXME comment
[prosody.git] / net / connlisteners.lua
index f7321cdc95b214a5db36df1532965a542baf7fcd..431d8717a898271a35ce3bc10dfca4330abc9410 100644 (file)
@@ -28,7 +28,6 @@ function get(name)
        if not h then
                pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
                h = listeners[name];
-               
        end
        return h;
 end