From 4706e3b128d5fc4115ca1c5c46ccdef6087c8581 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 16 Jul 2017 11:50:44 -0700
Subject: [PATCH] Undo testing changes

---
 eth-log-alerting.go | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eth-log-alerting.go b/eth-log-alerting.go
index ee3ef56..9fc03db 100644
--- a/eth-log-alerting.go
+++ b/eth-log-alerting.go
@@ -38,8 +38,6 @@ var (
 	logger    *log.Logger
 	debugDest string
 	debug     bool
-
-	bad_var_name string
 )
 
 func init() {
@@ -58,7 +56,7 @@ func init() {
 
 	validatePath(&logPath)
 
-	if ! govalidator.IsURL(webhookURL) || len(channel) < 2 {
+	if !govalidator.IsURL(webhookURL) || len(channel) < 2 {
 		usage()
 	}
 
-- 
GitLab