aboutsummaryrefslogtreecommitdiff
path: root/sklad/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'sklad/main.go')
-rw-r--r--sklad/main.go3
1 files changed, 0 insertions, 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)))