Skip to content

Commit

Permalink
chore: write logger is too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 14, 2024
1 parent 35db438 commit 5138571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remote_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func (c *RemoteClientWriter) start() {
}

func (c *RemoteClientWriter) Write(data []byte) (int, error) {
c.Logger.Info("writing to ssh conn", "host", c.Info.RemoteHost)
var (
n int
err error
Expand Down

0 comments on commit 5138571

Please sign in to comment.