diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 9770403f..822282bf 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -724,7 +724,6 @@ local function check(arg) 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."); |