From 238dd3930e9c58397a86f649c77912ee32e4d7f0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 4 Mar 2020 16:32:27 +0000 Subject: can tail probe with a given timeout and then write a mapreduce result --- internal/clients/runclient.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/clients/runclient.go') 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 } -- cgit v1.2.3