Skip to content

Commit

Permalink
remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 22, 2024
1 parent 37fe2bc commit de7995b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/stdio/stdio_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"errors"
"io"
"log"
"os"

foxyevent "github.com/strowk/foxy-contexts/pkg/foxy_event"
Expand Down Expand Up @@ -93,7 +92,6 @@ func (s *stdioTransport) run(
}
}
}
log.Printf("stopped reading responses")
close(s.stoppedReadingResponses)
}()

Expand Down

0 comments on commit de7995b

Please sign in to comment.