sklad: remove obsolete comment
This commit is contained in:
parent
32ad36a287
commit
7d9410c6b3
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue