Update 'cmd/main.go'
Remove some old commented out code
This commit is contained in:
parent
973a0944d4
commit
cd2703c6b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user