Remove unused struct field
This commit is contained in:
parent
316ef4e2c6
commit
70026fe8d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue