componentmanager: Remove FIXME

Fri, 09 Oct 2009 00:19:46 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 09 Oct 2009 00:19:46 +0100
changeset 1941
3f765fde5149
parent 1940
85d51cea2c4c
child 1942
f74c267f7e1b

componentmanager: Remove FIXME

core/componentmanager.lua file | annotate | diff | comparison | revisions
--- a/core/componentmanager.lua	Fri Oct 09 00:15:39 2009 +0100
+++ b/core/componentmanager.lua	Fri Oct 09 00:19:46 2009 +0100
@@ -100,7 +100,6 @@
 		if not(host:find("@", 1, true) or host:find("/", 1, true)) and host:find(".", 1, true) then
 			disco_items:set(host:sub(host:find(".", 1, true)+1), host, true);
 		end
-		-- FIXME only load for a.b.c if b.c has dialback, and/or check in config
 		modulemanager.load(host, "dialback");
 		log("debug", "component added: "..host);
 		return session or hosts[host];

mercurial