mirror of https://github.com/fluffle/goirc
Remove debugging print
This commit is contained in:
parent
5b5b918445
commit
f89b33a593
|
@ -32,7 +32,6 @@ func translate(conn *irc.Conn, nick *irc.Nick, args, target string) {
|
||||||
} else {
|
} else {
|
||||||
args = args[field+utf8.RuneLen(3000):]
|
args = args[field+utf8.RuneLen(3000):]
|
||||||
}
|
}
|
||||||
fmt.Printf("'%s' '%s'\n", first, args)
|
|
||||||
} else {
|
} else {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue