We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f009d9e commit a3436b1Copy full SHA for a3436b1
1 file changed
git-sensor/pkg/git/GitBaseManager.go
@@ -204,7 +204,6 @@ func (impl *GitManagerBaseImpl) runCommand(gitCtx GitContext, cmd *exec.Cmd) (re
204
impl.logger.Infow("context deadline", "deadline", deadline)
205
}
206
outBytes, err := cmd.CombinedOutput()
207
- // logging when command execution completes
208
output := string(outBytes)
209
output = strings.TrimSpace(output)
210
if err != nil {
0 commit comments