From e2f52358ccdea618c11b86cf3f316547109d2976 Mon Sep 17 00:00:00 2001
From: Kipp Cannon <kipp.cannon@ligo.org>
Date: Wed, 26 Sep 2018 03:04:36 -0500
Subject: [PATCH] lloidhandler:  re-remove eye candy entanglement.

- the point here, folks, is that we're trying to *untangle* the handler
  code.  a lot of work went into separating the eye candy related stuff
  into its own box.  the process of surgically separating the two is not
  complete, and the kafka patches are re-introducing entanglement.
---
 gstlal-inspiral/python/lloidhandler.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gstlal-inspiral/python/lloidhandler.py b/gstlal-inspiral/python/lloidhandler.py
index d914d02dd2..aabe53f8e1 100644
--- a/gstlal-inspiral/python/lloidhandler.py
+++ b/gstlal-inspiral/python/lloidhandler.py
@@ -617,8 +617,7 @@ class Handler(simplehandler.Handler):
 		# FIXME:   detangle this
 		self.gracedbwrapper.lock = self.lock
 
-		self.kafka_server = kafka_server
-		self.eye_candy = EyeCandy(rankingstat.instruments, self.kafka_server, self.tag, pipeline)
+		self.eye_candy = EyeCandy(rankingstat.instruments, kafka_server, self.tag, pipeline)
 		# FIXME:   detangle this
 		self.eye_candy.lock = self.lock
 
-- 
GitLab