DVCSMP-1959: Replace log logging personal phone number (#1217)

* Replace log logging personal phone number

* Removed commented out log
This commit is contained in:
Andrew Bresee
2016-09-08 04:45:30 -07:00
committed by Juan Pablo Risso
parent 324ac13afb
commit 91eb59a10d

View File

@@ -48,7 +48,7 @@ def updated()
def contactOpenHandler(evt) {
log.trace "$evt.value: $evt, $settings"
log.debug "$contact1 was opened, texting $phone1"
log.debug "$contact1 was opened, sending text"
if (location.contactBookEnabled) {
sendNotificationToContacts("Your ${contact1.label ?: contact1.name} was opened", recipients)
}