1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-24 08:23:19 +00:00

Remove debugging print

This commit is contained in:
raylu 2011-04-20 01:41:17 -04:00
parent 5b5b918445
commit f89b33a593

View file

@ -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
} }