From 7d9410c6b3a724e3670941f7ec2d00e7966d0b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 14 Apr 2019 21:39:03 +0200 Subject: sklad: remove obsolete comment --- sklad/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/sklad/main.go b/sklad/main.go index 4d6776e..32dd68b 100644 --- a/sklad/main.go +++ b/sklad/main.go @@ -259,9 +259,6 @@ func main() { templates[name] = template.Must(template.ParseFiles("base.tmpl", name)) } - // TODO: Eventually we will need to load a font file for label printing. - // - The path might be part of configuration, or implicit by filename. - http.HandleFunc("/login", wrap(handleLogin)) http.HandleFunc("/logout", sessionWrap(wrap(handleLogout))) -- cgit v1.2.3