diff --git a/cmd/main.go b/cmd/main.go index 480efad..c0880fd 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -26,11 +26,6 @@ func main() { os.Exit(1) } - // Monitor the Advent of Code Boards - //go m.MonitorAoCBoards() - // Monitor incoming Slack messages - //go m.MonitorSlackMessages() - // Set up a channel to intercept Ctrl+C for graceful shutdowns c := make(chan os.Signal, 1) signal.Notify(c, os.Interrupt, syscall.SIGTERM)