From bc5e0ac44550b9c80488f18831da0fdb74f74877 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 20 Feb 2021 13:02:06 -0500 Subject: [PATCH] Remove useless comment I accidentally copied this. --- cmd/tallyard/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tallyard/main.go b/cmd/tallyard/main.go index 885a810..68960ec 100644 --- a/cmd/tallyard/main.go +++ b/cmd/tallyard/main.go @@ -52,7 +52,6 @@ var electionFilter = &mautrix.Filter{ func main() { os.MkdirAll(xdg.DataHome() + "/tallyard", 0700) - // You could set this to any `io.Writer` such as a file file, err := os.OpenFile(xdg.DataHome() + "/tallyard/tallyard.log", os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0600) if err == nil { log.SetLevel(log.DebugLevel) -- 2.38.4