Changeset

474:fca0c7672148

disco: Remove stray print()
author Matthew Wild <mwild1@gmail.com>
date Fri, 17 Mar 2023 11:12:12 +0000
parents 473:b2198cd64c5a
children 475:68a4fb45afbc
files plugins/disco.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/disco.lua	Fri Mar 17 11:12:01 2023 +0000
+++ b/plugins/disco.lua	Fri Mar 17 11:12:12 2023 +0000
@@ -315,7 +315,6 @@
 			if service_disco_info then
 				for identity in pairs(service_disco_info.identities) do
 					local category, type = identity:match("^(.*)/(.*)$");
-					print(service_jid, category, type)
 					stream:event("disco/service-discovered/"..category, {
 						type = type, jid = service_jid;
 					});