Skip to content

Commit

Permalink
remove uncommented func
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Nov 7, 2024
1 parent 62ed9da commit 788b0ec
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,3 @@ func (client *persistentVolumeLogsDatabaseClient) streamServiceLogLines(
shouldReturnAllLogs,
numLogLines)
}

//func closeChannelWhenEmpty(logsChan chan map[service.ServiceUUID][]logline.LogLine) {
// for {
// if len(logsChan) == 0 {
// close(logsChan)
// return
// }
// }
//}

0 comments on commit 788b0ec

Please sign in to comment.