Diff

mod_dnsupdate/mod_dnsupdate.lua @ 6256:62adec551585

mod_dnsupdate: Remove leftover debug print
author Kim Alvefur <zash@zash.se>
date Mon, 12 May 2025 12:19:13 +0200
parent 6255:52e239aa96af
child 6257:3ae0d518b739
line wrap: on
line diff
--- a/mod_dnsupdate/mod_dnsupdate.lua	Mon May 12 12:16:25 2025 +0200
+++ b/mod_dnsupdate/mod_dnsupdate.lua	Mon May 12 12:19:13 2025 +0200
@@ -83,7 +83,6 @@
 	};
 
 	local modules_enabled = modulemanager.get_modules_for_host(vhost);
-	print(modules_enabled)
 	if not modules_enabled:contains("c2s") then
 		configured_ports["xmpp-client"] = {};
 		configured_ports["xmpps-client"] = {};