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 ( ...@@ -14,7 +14,7 @@ import (
"time" "time"
) )
const DEBUG = true const DEBUG = false
type Config struct { type Config struct {
Database DatabaseConfig Database DatabaseConfig
...@@ -139,6 +139,7 @@ func main() { ...@@ -139,6 +139,7 @@ func main() {
} }
if err != nil { if err != nil {
handleError(err)
channelData, err = buildChannelData(db, channel) channelData, err = buildChannelData(db, channel)
if err != nil { if err != nil {
handleError(err) handleError(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment