service/subscribe.go
@@ -100,7 +100,6 @@ return true }) logger.Debug("Add Face Notification. faceId: %s", face.FaceID) } func AddPersonNotification(person *vo.PersonObject) { @@ -108,6 +107,4 @@ value.(TaskProcInfo).task.addPerson(person) return true }) logger.Debug("Add Person Notification. personId: %s", person.PersonID) }