From 38261ec80935f524346c9563c551bf5326cfff70 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 11 Dec 2016 23:03:01 -0500 Subject: [PATCH] resources: msg: Remove legacy comment This doesn't apply anymore. Remove it! --- resources/msg.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/msg.go b/resources/msg.go index 54b703db..38b1b3dc 100644 --- a/resources/msg.go +++ b/resources/msg.go @@ -162,8 +162,6 @@ func (obj *MsgRes) Watch(processChan chan event.Event) error { // do all our event sending all together to avoid duplicate msgs if send { send = false - // only do this on certain types of events - //obj.isStateOK = false // something made state dirty if exit, err := obj.DoSend(processChan, ""); exit || err != nil { return err // we exit or bubble up a NACK... }