Changeset

10602:f23add0df461 0.11

util.startup: Remove accidentally-committed debugging
author Matthew Wild <mwild1@gmail.com>
date Sun, 19 Jan 2020 15:50:16 +0000
parents 10600:08f2fe5ac30f
children 10603:dbd60f473164
files util/startup.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/startup.lua	Sun Jan 19 15:39:13 2020 +0000
+++ b/util/startup.lua	Sun Jan 19 15:50:16 2020 +0000
@@ -63,7 +63,6 @@
 			end
 		end
 		parsed_opts[param_k] = param_v;
-		print("ARG", param_k, param_v);
 	end
 	prosody.opts = parsed_opts;
 end