aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-14 21:39:03 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-14 21:39:03 +0200
commit7d9410c6b3a724e3670941f7ec2d00e7966d0b1a (patch)
tree6669a99eff1552dd88aadee527d8c31728e508b7
parent32ad36a287f1eded549e42ad1bed77acb148be3b (diff)
downloadsklad-7d9410c6b3a724e3670941f7ec2d00e7966d0b1a.tar.gz
sklad-7d9410c6b3a724e3670941f7ec2d00e7966d0b1a.tar.xz
sklad-7d9410c6b3a724e3670941f7ec2d00e7966d0b1a.zip
sklad: remove obsolete comment
-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)))