panlei
2019-11-21 7118f75c841fe105202b5336d894bfc0ed0dd17f
ruleserver/ruleToformula.go
@@ -274,7 +274,6 @@
         }
      }
   }
   //logger.Println("-----------------------------------------------听说你是空的?",faces)
   return faces
}
@@ -283,7 +282,6 @@
   if len(am.FilterData) > 0 {
      locations = am.FilterData
   }
   //logger.Println("-----------------------------------------------听说你是空的?",faces)
   return locations
}
func putTargetsToResult(am *structure.AreaMap) []*structure.Arg {
@@ -291,7 +289,6 @@
   if len(am.AlarmObj) > 0 {
      locations = am.AlarmObj
   }
   //logger.Println("-----------------------------------------------听说你是空的?",faces)
   return locations
}
// 联动任务的处理