diff --git a/main.go b/main.go index 2006b8e..54257db 100644 --- a/main.go +++ b/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 } }