X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=blobdiff_plain;f=official%2Fgentle-wake-up.groovy;h=c2b28fc6bfe16a40b86e36c06fc929e58fb3fc71;hp=0d2e14dc3d16b0603c4becad6d9338a06ae6689f;hb=f5009860c388b555f2d01938b77f6f53f5b17532;hpb=33d05c2a6116f1ced157514cbf5009259e016860;ds=sidebyside diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index 0d2e14d..c2b28fc 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -529,7 +529,7 @@ private increment() { def runAgain = stepDuration() log.debug "Rescheduling to run again in ${runAgain} seconds" - runIn(runAgain, 'increment', [overwrite: true]) + //runIn(runAgain, 'increment', [overwrite: true]) } else {