From 1f3cb30a31f006376956b7c0368f3dc0ce4bf95d Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 27 Jun 2017 21:38:21 -0700
Subject: [PATCH] Remove unnecessary var

---
 defaults | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/defaults b/defaults
index 43acbbe..8c52073 100644
--- a/defaults
+++ b/defaults
@@ -7,8 +7,5 @@ COLOR=""
 ICON_URL=""
 GREP=""
 
-# Once log details are entered, change this to `true`
-CONFIGURED=false
-
 # DO NOT MODIFY BELOW THIS LINE!
 DAEMON_OPTIONS="$LOG_FILE \"$WEBHOOK_URL\" \"$USERNAME\" \"$CHANNEL\" \"$COLOR\" \"$ICON_URL\" \"$GREP\""
-- 
GitLab