diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-04 16:32:27 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-04 16:32:27 +0000 |
| commit | 238dd3930e9c58397a86f649c77912ee32e4d7f0 (patch) | |
| tree | b4cda0b8c677188b600478522471628b5d4efea4 /internal/clients/runclient.go | |
| parent | 89d3ebfc4e0c947977e5f455ee76f3ce29cc92c7 (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.go | 2 |
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 } |
