Update 'cmd/main.go'

Remove some old commented out code
This commit is contained in:
Brian Buller 2019-11-22 13:39:52 -06:00
parent 973a0944d4
commit cd2703c6b9
1 changed files with 0 additions and 5 deletions

View File

@ -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)