Skip to content

Commit

Permalink
cmd/record: rm stray log line
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 30, 2024
1 parent 58922c8 commit 568cca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func startRecording() ([]string, error) {

if err := c.Wait(); err != nil {
// TODO: inspect the error and determine if we exited due to ctrl-c or exit or something else.
log.Println("error waiting for command to exit", err)
return nil, err
}
if err := term.Restore(int(os.Stdin.Fd()), oldState); err != nil {
Expand Down

0 comments on commit 568cca4

Please sign in to comment.