changeset 1440:78133eb11e7d

mod_statistics_auth: Remove comments left from module this was based on
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jun 2014 17:49:31 +0200
parents 86ceb94e3db4
children 07c9306c2c1f
files mod_statistics_auth/mod_statistics_auth.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;