Skip to content

Commit

Permalink
remove debug error value
Browse files Browse the repository at this point in the history
  • Loading branch information
ethayer committed Aug 26, 2015
1 parent f9836ca commit f657637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-lock-manager.smartapp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def pollCodeReport(evt) {
//Lock is in an error state
state."lock${currentLockNumber}".error_loop = true
def error_number = state.error_loop_count + 1
if (error_number <= 2) {
if (error_number <= 10) {
log.debug "sendCodes fix is: ${json} Error: ${error_number}/10"
currentLock.updateCodes(json)
} else {
Expand Down

0 comments on commit f657637

Please sign in to comment.