Changeset

11363:8cbe951b40e3

mod_admin_shell: Remove previous print() call Accident involving Mercurial interactive commit
author Kim Alvefur <zash@zash.se>
date Wed, 03 Feb 2021 23:47:59 +0100
parents 11362:52d93fba2ee1
children 11364:bb6b744f7f1a
files plugins/mod_admin_shell.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua	Wed Feb 03 23:31:34 2021 +0100
+++ b/plugins/mod_admin_shell.lua	Wed Feb 03 23:47:59 2021 +0100
@@ -1238,7 +1238,6 @@
 			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