summaryrefslogtreecommitdiffstats
path: root/modules/log/smtp.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log/smtp.go')
-rw-r--r--modules/log/smtp.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/log/smtp.go b/modules/log/smtp.go
index e385020c67..4e896496d7 100644
--- a/modules/log/smtp.go
+++ b/modules/log/smtp.go
@@ -95,11 +95,6 @@ func (log *SMTPLogger) sendMail(p []byte) (int, error) {
)
}
-// Content returns the content accumulated in the content provider
-func (log *SMTPLogger) Content() (string, error) {
- return "", fmt.Errorf("not supported")
-}
-
// Flush when log should be flushed
func (log *SMTPLogger) Flush() {
}