From bdb5e39f5c10e59515775392196569a62ef09677 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Wed, 3 Feb 2021 23:47:59 +0100
Subject: mod_admin_shell: Remove previous print() call

Accident involving Mercurial interactive commit
---
 plugins/mod_admin_shell.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua
index deb2e263..a6ed4732 100644
--- a/plugins/mod_admin_shell.lua
+++ b/plugins/mod_admin_shell.lua
@@ -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
-- 
cgit v1.2.3