# HG changeset patch # User Kim Alvefur # Date 1403279371 -7200 # Node ID 78133eb11e7db975c514cb0884729bfe1721ecc5 # Parent 86ceb94e3db482936a65bdbf687cff9127b11072 mod_statistics_auth: Remove comments left from module this was based on diff -r 86ceb94e3db4 -r 78133eb11e7d mod_statistics_auth/mod_statistics_auth.lua --- a/mod_statistics_auth/mod_statistics_auth.lua Fri Jun 20 17:47:53 2014 +0200 +++ b/mod_statistics_auth/mod_statistics_auth.lua Fri Jun 20 17:49:31 2014 +0200 @@ -14,13 +14,13 @@ module:provides("statistics", { statistics = { - c2s_auth = { -- virtual memory + c2s_auth = { get = function () return auth_ok; end; tostring = tostring; }; - c2s_authfail = { -- virtual memory + c2s_authfail = { get = function () return auth_fail; end;