markov: removed some debug stuff
continuous-integration/drone/push Build is passing Details

This commit is contained in:
an 2019-08-24 08:05:29 +02:00
parent ede74c275f
commit 327ce86ccd
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func markovHandleMessage(m *Message) {
}
}
fmt.Println(m.From, BotName)
if m.From != BotName {
markovChain.Write(text)
}