mod_admin_shell: Remove previous print() call

Accident involving Mercurial interactive commit
This commit is contained in:
Kim Alvefur 2021-02-03 23:47:59 +01:00
parent 8aebef35ae
commit fdf14d1c06

View file

@ -1238,7 +1238,6 @@ function def_env.http:list(hosts)
for _, provider in ipairs(http_apps) do
local mod = provider._provided_by;
local url = module:context(host):http_url(provider.name, provider.default_path);
print("", url);
mod = mod and "mod_"..mod or ""
print("", mod, url);
end