Mercurial > prosody-modules
changeset 3469:85b849d5ec88
mod_storage_muc_log: Remove unused variable [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Feb 2019 03:16:06 +0100 |
parents | 228e59bee8ad |
children | c0fc739a1b81 |
files | mod_storage_muc_log/mod_storage_muc_log.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_storage_muc_log/mod_storage_muc_log.lua Tue Feb 19 03:15:05 2019 +0100 +++ b/mod_storage_muc_log/mod_storage_muc_log.lua Tue Feb 19 03:16:06 2019 +0100 @@ -6,7 +6,6 @@ local datastore = "muc_log"; local datetime = require"util.datetime" local lfs = require"lfs"; -local noop = function () end; local os_date = os.date; local timef, datef = "!%H:%M:%S", "!%y%m%d";