summaryrefslogtreecommitdiffstats
path: root/modules/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/client.go')
-rw-r--r--modules/client.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/client.go b/modules/client.go
index 8ee9f588a..c66311d05 100644
--- a/modules/client.go
+++ b/modules/client.go
@@ -531,8 +531,6 @@ func (c *Client) runGo(
return nil
}
- //defer c.logger.PrintTimer(time.Now(), fmt.Sprint(args))
-
stderr := new(bytes.Buffer)
cmd := exec.CommandContext(ctx, "go", args...)