Remove unecessary condition for not storing a report
This commit is contained in:
parent
fc97a6f069
commit
22745e497c
@ -917,10 +917,6 @@ func (p *parser) storeReportHistory(state string, usage Usage) {
|
||||
|
||||
p.ResetLog()
|
||||
|
||||
if len(report.Prelude) == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
p.lock.logHistory.Lock()
|
||||
defer p.lock.logHistory.Unlock()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user