Software /
code /
prosody
Changeset
11783:7bf246e6792b
util.prosodyctl.check: Remove stray debug print()
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 12 Sep 2021 11:46:32 +0200 |
parents | 11782:d93107de52dd |
children | 11784:f0971a9eba88 |
files | util/prosodyctl/check.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.");