From 8aae8137cf7e96726b4c27621314df0a103e838a Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Wed, 7 Aug 2019 15:14:04 -0700 Subject: [PATCH] Update 01-control-lights-and-locks-with-contact-sensor.groovy --- official/01-control-lights-and-locks-with-contact-sensor.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/official/01-control-lights-and-locks-with-contact-sensor.groovy b/official/01-control-lights-and-locks-with-contact-sensor.groovy index d4e95ec..b68afc4 100644 --- a/official/01-control-lights-and-locks-with-contact-sensor.groovy +++ b/official/01-control-lights-and-locks-with-contact-sensor.groovy @@ -50,7 +50,6 @@ def updated() { // This function is where you initialize callbacks for event listeners def initialize() { - // The subscribe-function takes a input, a state, and a callback method subscribe(contact, "contact.open", openHandler) subscribe(contact, "contact.closed", closedHandler) } -- 2.34.1