diff options
author | Kim Alvefur <zash@zash.se> | 2021-09-12 11:46:32 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-09-12 11:46:32 +0200 |
commit | a281376b37104e38da658cb1db123930911f047a (patch) | |
tree | 6ae8aeb4d36fef884a87aaf57a7847aeecb309b5 /util | |
parent | c340f18381720980ba579a36a69db52b0bef539d (diff) | |
download | prosody-a281376b37104e38da658cb1db123930911f047a.tar.gz prosody-a281376b37104e38da658cb1db123930911f047a.zip |
util.prosodyctl.check: Remove stray debug print()
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."); |