| Index: common/logging/exported.go
|
| diff --git a/common/logging/exported.go b/common/logging/exported.go
|
| index 1c4357de956948806f3b8959071d5a3e44534ffe..471f385ec868473a4ea5c3ca788eb3725fe161a5 100644
|
| --- a/common/logging/exported.go
|
| +++ b/common/logging/exported.go
|
| @@ -8,11 +8,6 @@ import (
|
| "golang.org/x/net/context"
|
| )
|
|
|
| -// SetFilter sets the context's logging filter value.
|
| -func SetFilter(c context.Context, filter string) context.Context {
|
| - return SetField(c, FilterOnKey, filter)
|
| -}
|
| -
|
| // SetError returns a context with its error field set.
|
| func SetError(c context.Context, err error) context.Context {
|
| return SetField(c, ErrorKey, err)
|
|
|