Skip to content

Commit 2c3d594

Browse files
committed
remove a debug statement
1 parent ad20ab8 commit 2c3d594

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

handlers/views.go

-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ func (s Server) guestLinksNewGet() http.HandlerFunc {
135135
"formatExpiration": func(t time.Time) string {
136136
return t.Format(time.RFC3339)
137137
},
138-
"formatFileExpiration": func(t time.Time) string {
139-
return t.Format(time.RFC3339)
140-
},
141138
}
142139

143140
t := parseTemplatesWithFuncs(fns, "templates/pages/guest-link-create.html")

0 commit comments

Comments
 (0)