mirror of https://github.com/velour/catbase.git
remove a few debugging lines
This commit is contained in:
parent
a3312c7c50
commit
cf088bf8ad
|
@ -61,10 +61,6 @@ func New(bot bot.Bot) *ReminderPlugin {
|
||||||
func reminderer(p *ReminderPlugin) {
|
func reminderer(p *ReminderPlugin) {
|
||||||
//welcome to the reminderererererererererer
|
//welcome to the reminderererererererererer
|
||||||
for {
|
for {
|
||||||
fmt.Println()
|
|
||||||
fmt.Println("waiting...")
|
|
||||||
fmt.Println()
|
|
||||||
|
|
||||||
<-p.timer.C
|
<-p.timer.C
|
||||||
|
|
||||||
p.mutex.Lock()
|
p.mutex.Lock()
|
||||||
|
|
Loading…
Reference in New Issue