From 6a7879926d63caf5c1f9f94f729b1050e3ab496d Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Wed, 13 Sep 2017 00:36:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=20=ED=95=AD?= =?UTF-8?q?=EB=AA=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processor/processor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/processor/processor.go b/processor/processor.go index d5b6051..c505aa1 100644 --- a/processor/processor.go +++ b/processor/processor.go @@ -164,7 +164,6 @@ func (p *processor) StartMonitoring() { case p.fanSpeedChanged <- FanspeedInfo{ Id: p.id, FanSpeed: fanspeed, - Changed: fanspeed != p.fanSpeed, At: now, }: default: