Skip to content

Commit a3436b1

Browse files
committed
wip
1 parent f009d9e commit a3436b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

git-sensor/pkg/git/GitBaseManager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ func (impl *GitManagerBaseImpl) runCommand(gitCtx GitContext, cmd *exec.Cmd) (re
204204
impl.logger.Infow("context deadline", "deadline", deadline)
205205
}
206206
outBytes, err := cmd.CombinedOutput()
207-
// logging when command execution completes
208207
output := string(outBytes)
209208
output = strings.TrimSpace(output)
210209
if err != nil {

0 commit comments

Comments
 (0)