Skip to content

Commit d138964

Browse files
joeybloggsjoeybloggs
authored andcommitted
remove debug
1 parent cfcb211 commit d138964

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

handlers/email/email.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package email
22

33
import (
44
"bytes"
5-
"fmt"
65
"html/template"
76
stdlog "log"
87
"os"
@@ -156,7 +155,6 @@ func (email *Email) Run() chan<- *log.Entry {
156155
"display_file": func(e *log.Entry) (file string) {
157156

158157
file = e.File
159-
fmt.Println("HERE")
160158
if email.fileDisplay == log.Lshortfile {
161159

162160
for i := len(file) - 1; i > 0; i-- {

0 commit comments

Comments
 (0)