Remove debugging printf

This commit is contained in:
Jan Philipp Timme 2018-12-31 17:00:13 +01:00
parent bcd08235a3
commit b164d00e1f
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}