| commit | 2d359740a46f30c73eda240b6e4f4ba1c7f7c3cd | [log] [tgz] |
|---|---|---|
| author | Simon Eskildsen <sirup@sirupsen.com> | Fri Mar 13 11:10:11 2015 -0700 |
| committer | Simon Eskildsen <sirup@sirupsen.com> | Thu Mar 19 10:03:27 2015 -0400 |
| tree | 659eb6569768fc445cec301691e168cc86ede4d0 | |
| parent | bc1129f48e76ebe6db479f0f00807cd417c121c2 [diff] |
text_formatter: remove unneeded regexp
diff --git a/text_formatter.go b/text_formatter.go index 71dcb66..0a06a11 100644 --- a/text_formatter.go +++ b/text_formatter.go
@@ -3,7 +3,6 @@ import ( "bytes" "fmt" - "regexp" "sort" "strings" "time" @@ -21,7 +20,6 @@ var ( baseTimestamp time.Time isTerminal bool - noQuoteNeeded *regexp.Regexp ) func init() {