Remove debugging printf
This commit is contained in:
parent
bcd08235a3
commit
b164d00e1f
1
main.go
1
main.go
|
@ -75,7 +75,6 @@ func printQueueEntries(entries []parser.QEntry, writer io.Writer) {
|
|||
if writeError != nil {
|
||||
// A writeError is expected once the reader was closed
|
||||
// This happens when the pager application got terminated
|
||||
fmt.Printf("Error writing!: %s\n", writeError.Error())
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue