From f18585ea7bc206d931f850d7df1fb96125e2a232 Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Fri, 12 Feb 2016 17:53:20 -0500 Subject: Major speed improvement for getting light state. --- light_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light_test.go') diff --git a/light_test.go b/light_test.go index 0ecfeaa..9073a06 100644 --- a/light_test.go +++ b/light_test.go @@ -10,7 +10,7 @@ package hue import ( "testing" "fmt" - //"time" + "time" ) func TestGetAllLights(t *testing.T) { -- cgit v1.2.3