# HG changeset patch # User Kim Alvefur # Date 1631439992 -7200 # Node ID 7bf246e6792bde17e97aacad4b517bd87404de89 # Parent d93107de52dde5ddc49be37b5604e5133f9216d0 util.prosodyctl.check: Remove stray debug print() diff -r d93107de52dd -r 7bf246e6792b util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sun Sep 12 01:48:51 2021 +0200 +++ b/util/prosodyctl/check.lua Sun Sep 12 11:46:32 2021 +0200 @@ -724,7 +724,6 @@ end -- intentionally not doing this by default if what == "connectivity" then - print(is_prosody_running()) local _, prosody_is_running = is_prosody_running(); if configmanager.get("*", "pidfile") and not prosody_is_running then print("Prosody does not appear to be running, which is required for this test.");