Skip to content

Commit

Permalink
Merge pull request #16 from git-ecosystem/jh/cleanup-stray-debug-message
Browse files Browse the repository at this point in the history
rcvr_unixsocket: delete stray debug message
  • Loading branch information
jeffhostetler authored Nov 30, 2023
2 parents 60924b0 + 693efe5 commit e000246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcvr_unixsocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func (rcvr *Rcvr_UnixSocket) listenLoop() {
break LOOP
}
rcvr.mutex.Unlock()
rcvr.Base.Logger.Info(fmt.Sprintf("socket still alive: %v", inode))
}
}
}()
Expand Down

0 comments on commit e000246

Please sign in to comment.