diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:50:16 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:50:16 +0000 |
commit | a443414b2b1582836126d7c3b09957cdd1cd692e (patch) | |
tree | 7b777a5423352f4c6b653d7e7070e9b8885b1abe /util/startup.lua | |
parent | 8b60eaf2f346875a10a206088f6214f2200dcc55 (diff) | |
download | prosody-a443414b2b1582836126d7c3b09957cdd1cd692e.tar.gz prosody-a443414b2b1582836126d7c3b09957cdd1cd692e.zip |
util.startup: Remove accidentally-committed debugging
Diffstat (limited to 'util/startup.lua')
-rw-r--r-- | util/startup.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua index e54d6935..35be3162 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -63,7 +63,6 @@ function startup.parse_args() end end parsed_opts[param_k] = param_v; - print("ARG", param_k, param_v); end prosody.opts = parsed_opts; end |