resources: msg: Remove legacy comment

This doesn't apply anymore. Remove it!
This commit is contained in:
James Shubin
2016-12-11 23:03:01 -05:00
parent 067932aebf
commit 38261ec809

View File

@@ -162,8 +162,6 @@ func (obj *MsgRes) Watch(processChan chan event.Event) error {
// do all our event sending all together to avoid duplicate msgs // do all our event sending all together to avoid duplicate msgs
if send { if send {
send = false 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 { if exit, err := obj.DoSend(processChan, ""); exit || err != nil {
return err // we exit or bubble up a NACK... return err // we exit or bubble up a NACK...
} }