Skip to content

Commit

Permalink
not that
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Feb 8, 2024
1 parent b3e7096 commit d182e8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ee/tables/tablehelpers/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func Exec(ctx context.Context, logger log.Logger, timeoutSeconds int, execCmd al
"cmd", cmd.String(),
)

// FIXME: log if the error is a timeout

switch err := cmd.Run(); {
case err == nil:
return stdout.Bytes(), nil
Expand Down

0 comments on commit d182e8c

Please sign in to comment.