sklad: remove obsolete comment

This commit is contained in:
Přemysl Eric Janouch 2019-04-14 21:39:03 +02:00
parent 32ad36a287
commit 7d9410c6b3
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 3 deletions

View File

@ -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)))