From 25237df6358b0d0d9899601f5ea17cdc6debf0cd Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Tue, 11 Apr 2017 08:24:31 +0000
Subject: [PATCH] debug

---
 vilain.py |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/vilain.py b/vilain.py
index 02ddc1f..dcfb90e 100755
--- a/vilain.py
+++ b/vilain.py
@@ -195,16 +195,7 @@
             for ip in to_remove:
                 self.ip_seen_at.pop(ip)
             #for debugging, this line allow us to see if the script run until here
-            logger.debug('ban_ips end:{}'.format(self.ip_seen_at))
-
-
-
-
-
-
-
-
-
+            logger.debug('clean_ips end:{}'.format(self.ip_seen_at))
 
 
 

--
Gitblit v1.9.3