removed debug messages
This commit is contained in:
2
main.go
Normal file → Executable file
2
main.go
Normal file → Executable file
@ -36,7 +36,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Wait here until CTRL-C or other term signal is received.
|
||||
log.Println("Bot is now running. Press CTRL-C to exit.")
|
||||
log.Println("Bot is now running. Press CTRL-C to exit.")
|
||||
sc := make(chan os.Signal, 1)
|
||||
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt, os.Kill)
|
||||
<-sc
|
||||
|
||||
Reference in New Issue
Block a user