From 96cce88aed7982fc0bec8f7c135854a992e722d8 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 25 Feb 2021 22:10:18 -0600 Subject: [PATCH] no more todo --- server/notes.go | 1 - 1 file changed, 1 deletion(-) 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