From ee6ecf9c65f00f1fedb6ca7ccfb93f8e173c7a6e Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Wed, 7 Aug 2019 11:16:37 -0700 Subject: [PATCH] Update step-notifier.groovy --- official/step-notifier.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index e2c07fb..9993baa 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -260,7 +260,7 @@ def lightsNotification() { for (i in 1..flashCount) { lights.on() - pause(500) + //pause(500) lights.off() } -- 2.34.1