# HG changeset patch # User Kim Alvefur # Date 1508061264 -7200 # Node ID f2c1d65f706be7685b472f6954d0c9d41b00a839 # Parent cd15fc505b62802e9c8285a8d9670e5f644d47ac mod_pubsub: Don't log private data diff -r cd15fc505b62 -r f2c1d65f706b plugins/mod_pubsub/pubsub.lib.lua --- 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;