DVCSMP-1959: remove logging of phone number in barkley been fed

This commit is contained in:
Matthew Moore
2016-08-16 13:52:53 -07:00
parent 47183ebbff
commit 4866ecd204

View File

@@ -68,7 +68,7 @@ def scheduleCheck()
sendNotificationToContacts("No one has fed the dog", recipients) sendNotificationToContacts("No one has fed the dog", recipients)
} }
else { else {
log.debug "Feeder was not opened since $midnight, texting $phone1" log.debug "Feeder was not opened since $midnight, texting one phone number"
sendSms(phone1, "No one has fed the dog") sendSms(phone1, "No one has fed the dog")
} }
} }