remove a few debugging lines

This commit is contained in:
skiesel 2016-05-09 16:46:29 -04:00
parent a3312c7c50
commit cf088bf8ad
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ func New(bot bot.Bot) *ReminderPlugin {
func reminderer(p *ReminderPlugin) {
//welcome to the reminderererererererererer
for {
fmt.Println()
fmt.Println("waiting...")
fmt.Println()
<-p.timer.C
p.mutex.Lock()