removed debug map out

This commit is contained in:
2018-06-29 08:33:01 +02:00
parent 7732a05cac
commit 1bcd5f7124

View File

@@ -88,7 +88,6 @@ func (daemon *LedDaemon) receive() {
daemon.name = msg.MLedd.Name
log.Infof("Connection with %s etablished; backend registered", msg.MLedd.Name)
case *ledd.BackendWrapperMessage_MSetChannel:
log.Debug(msg.MSetChannel.NewChannelValues)
for c, v := range msg.MSetChannel.NewChannelValues {
if c > CHANNEL {
log.Warningf("[%s] Channel index %d is higher then this device's max channel index %d. Skipping.", daemon.name, c, CHANNEL)