summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testlogger.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testlogger.go b/tests/testlogger.go
index a7cc27a926..7cac5bbe33 100644
--- a/tests/testlogger.go
+++ b/tests/testlogger.go
@@ -180,11 +180,6 @@ func (log *TestLogger) Init(config string) error {
return nil
}
-// Content returns the content accumulated in the content provider
-func (log *TestLogger) Content() (string, error) {
- return "", fmt.Errorf("not supported")
-}
-
// Flush when log should be flushed
func (log *TestLogger) Flush() {
}