From a5a636e5bc7c13ef7b6579aafe548e1311bcea65 Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Thu, 3 May 2018 10:12:38 +0100 Subject: [PATCH] remove comment --- plugin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.go b/plugin.go index e1ebaff..65a27ea 100644 --- a/plugin.go +++ b/plugin.go @@ -88,7 +88,6 @@ func (p Plugin) Exec() error { } commands = append(commands, deleteCache()) - //commands = append(commands, initCommand(p.Config.InitOptions)) commands = append(commands, initCommand(p.Config)) commands = append(commands, getModules())