mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_shell: Remove previous print() call
Accident involving Mercurial interactive commit
This commit is contained in:
parent
8aebef35ae
commit
fdf14d1c06
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue