diff --git a/server/notes.go b/server/notes.go index d31f6dc..102d463 100755 --- a/server/notes.go +++ b/server/notes.go @@ -84,7 +84,6 @@ func (s *Server) htmlAttachments(w http.ResponseWriter, urlPath string) { dir := path.Dir(urlPath) f := "." + path.Base(urlPath) + ".attachments" _, files, _ := s.Notes.Dir(path.Join(dir, f)) - // TODO replace