Merge pull request #1124 from moorage/master

DVCSMP-1959: remove logging of phone number in barkley been fed
This commit is contained in:
Rohan Desai
2016-08-16 13:58:24 -07:00
committed by GitHub

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")
} }
} }