Skip to content

Commit 2d35974

Browse files
committed
text_formatter: remove unneeded regexp
1 parent bc1129f commit 2d35974

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

text_formatter.go

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package logrus
33
import (
44
"bytes"
55
"fmt"
6-
"regexp"
76
"sort"
87
"strings"
98
"time"
@@ -21,7 +20,6 @@ const (
2120
var (
2221
baseTimestamp time.Time
2322
isTerminal bool
24-
noQuoteNeeded *regexp.Regexp
2523
)
2624

2725
func init() {

0 commit comments

Comments
 (0)