mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-05-27 14:11:43 +01:00
DVCSMP-1959 - Remove sensitive information from logs (#1206)
This commit is contained in:
@@ -90,7 +90,7 @@ def takeAction(){
|
||||
}
|
||||
|
||||
def sendTextMessage() {
|
||||
log.debug "$multisensor was open too long, texting $phone"
|
||||
log.debug "$multisensor was open too long, texting phone"
|
||||
|
||||
updateSmsHistory()
|
||||
def openMinutes = maxOpenTime * (state.smsHistory?.size() ?: 1)
|
||||
|
||||
Reference in New Issue
Block a user