Remove debug info (irc)

This commit is contained in:
Wim 2017-04-01 18:10:11 +02:00
parent 587ad9f41d
commit dd449a8705
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ func (b *Birc) Command(msg *config.Message) string {
}
func (b *Birc) Connect() error {
flog.Info("hier?")
b.Local = make(chan config.Message, b.Config.MessageQueue+10)
flog.Infof("Connecting %s", b.Config.Server)
i := irc.IRC(b.Config.Nick, b.Config.Nick)