Changeset

8323:f2c1d65f706b

mod_pubsub: Don't log private data
author Kim Alvefur <zash@zash.se>
date Sun, 15 Oct 2017 11:54:24 +0200
parents 8322:cd15fc505b62
children 8324:58d228da618f
files plugins/mod_pubsub/pubsub.lib.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua	Sun Oct 15 11:42:33 2017 +0200
+++ b/plugins/mod_pubsub/pubsub.lib.lua	Sun Oct 15 11:54:24 2017 +0200
@@ -374,7 +374,6 @@
 		return create_encapsulating_item(id, payload, publisher, expose_publisher);
 	end
 	function get_set:set(key, value) -- luacheck: ignore 212/self
-		module:log("debug", "Set item %s to %s for %s", key, value, node);
 		local data, err;
 		if value ~= nil then
 			local publisher = value.attr.publisher;