From afb2b29c1be8dc89cf93c368a898fdd4e52a0d24 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 23 Jan 2017 11:04:44 -0800 Subject: [PATCH] remove xxx --- client/consul_template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/consul_template.go b/client/consul_template.go index 156f5e8ac..1335fd7e2 100644 --- a/client/consul_template.go +++ b/client/consul_template.go @@ -182,7 +182,6 @@ WAIT: for _, event := range events { // This template hasn't been rendered - // XXX I don't think I have enough info for this if event.LastWouldRender.IsZero() { continue WAIT }