From 337ac8243e4f7864b4f5918106ba29e1ff4b8b54 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 9 Nov 2013 03:12:42 +0000 Subject: Drop broken debug call to logevent --- awall-model.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/awall-model.lua b/awall-model.lua index e242d40..6c08673 100644 --- a/awall-model.lua +++ b/awall-model.lua @@ -27,7 +27,6 @@ local findfiles = function(where) -- awall will use links, but we want to drop the links from /etc/awall/ to one of the optional dirs -- because those are the ones handled by enable/disable local link = posix.dirname(posix.readlink(where..d) or "").."/" -logevent("link = "..link) if where == etcpath and (string.find(link, "^"..etcoptionalpath.."$") or string.find(link, "^"..usroptionalpath.."$")) then -- do nothing else -- cgit v1.2.3