summaryrefslogtreecommitdiff
path: root/internal/clients/runclient.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-03-04 16:32:27 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-03-04 16:32:27 +0000
commit238dd3930e9c58397a86f649c77912ee32e4d7f0 (patch)
treeb4cda0b8c677188b600478522471628b5d4efea4 /internal/clients/runclient.go
parent89d3ebfc4e0c947977e5f455ee76f3ce29cc92c7 (diff)
can tail probe with a given timeout and then write a mapreduce result
Diffstat (limited to 'internal/clients/runclient.go')
-rw-r--r--internal/clients/runclient.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/clients/runclient.go b/internal/clients/runclient.go
index 543df15..9f8e478 100644
--- a/internal/clients/runclient.go
+++ b/internal/clients/runclient.go
@@ -53,8 +53,6 @@ func (c RunClient) makeCommands() (commands []string) {
}
commands = append(commands, fmt.Sprintf("run%s %s", c.options(), c.What))
- logger.Debug(commands)
-
return
}