Skip to content
Snippets Groups Projects
Verified Commit 142f860e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added debug logging

parent dbfae062
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import (
"time"
)
const DEBUG = true
const DEBUG = false
type Config struct {
Database DatabaseConfig
......@@ -139,6 +139,7 @@ func main() {
}
if err != nil {
handleError(err)
channelData, err = buildChannelData(db, channel)
if err != nil {
handleError(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment