Remove unused struct field

This commit is contained in:
Tobie Morgan Hitchcock 2019-11-30 16:25:40 +00:00
parent 316ef4e2c6
commit 70026fe8d7

View file

@ -34,7 +34,6 @@ import (
type StackdriverLogger struct {
name string
levels []logrus.Level
client *logging.Client
logger *logging.Logger
errors *errorreporting.Client
@ -141,6 +140,7 @@ func (h *StackdriverLogger) Fire(entry *logrus.Entry) error {
}
h.errors.Report(e)
}
// Otherwise just log the entry to