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