fix build break for plan9

This commit is contained in:
David Bariod
2019-05-18 11:44:18 +02:00
parent e0108d9285
commit 744fc4caad
9 changed files with 20 additions and 46 deletions
-4
View File
@@ -84,10 +84,6 @@ type TextFormatter struct {
func (f *TextFormatter) init(entry *Entry) {
if entry.Logger != nil {
f.isTerminal = checkIfTerminal(entry.Logger.Out)
if f.isTerminal {
initTerminal(entry.Logger.Out)
}
}
}