Browse Source

chore: rm not used debug log

0xJacky 1 year ago
parent
commit
2982782721
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server/internal/pty/pipeline.go

+ 0 - 1
server/internal/pty/pipeline.go

@@ -125,7 +125,6 @@ func (p *Pipeline) ReadPtyAndWriteWs(errorChan chan error) {
 }
 
 func (p *Pipeline) Close() {
-	logger.Debug("close pipeline", p.cmd.Process.Pid)
 	err := p.Pty.Close()
 
 	if err != nil {