From a281376b37104e38da658cb1db123930911f047a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 12 Sep 2021 11:46:32 +0200 Subject: util.prosodyctl.check: Remove stray debug print() --- util/prosodyctl/check.lua | 1 - 1 file changed, 1 deletion(-) 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."); -- cgit v1.2.3