changeset 1051:c66ea26e4224

mod_firewall: Remove print()
author Kim Alvefur <zash@zash.se>
date Wed, 05 Jun 2013 21:13:20 +0200
parents a0aff903659b
children 80f0a3231c59
files mod_firewall/mod_firewall.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/mod_firewall.lua	Wed Jun 05 21:05:41 2013 +0200
+++ b/mod_firewall/mod_firewall.lua	Wed Jun 05 21:13:20 2013 +0200
@@ -328,7 +328,6 @@
 end
 
 local function compile_handler(code_string, filename)
-	print(code_string)
 	-- Prepare event handler function
 	local chunk, err = loadstring(code_string, "="..filename);
 	if not chunk then