Skip to content

Commit

Permalink
unessesary debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ethayer committed Feb 23, 2018
1 parent f802d80 commit 5a235ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,6 @@ def sweepSequance() {

def json = new groovy.json.JsonBuilder(array).toString()
if (json != '[]') {
debugger('Sweeping')
debugger("Progress: ${completeCount}/${codeSlots} Data: ${json}")
lock.updateCodes(json)
runIn(timeOut, sweepSequance)
Expand Down
1 change: 0 additions & 1 deletion source/lock.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def sweepSequance() {

def json = new groovy.json.JsonBuilder(array).toString()
if (json != '[]') {
debugger('Sweeping')
debugger("Progress: ${completeCount}/${codeSlots} Data: ${json}")
lock.updateCodes(json)
runIn(timeOut, sweepSequance)
Expand Down

0 comments on commit 5a235ed

Please sign in to comment.