Remove debugging print

This commit is contained in:
raylu 2011-04-20 01:41:17 -04:00
parent 5b5b918445
commit f89b33a593
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ func translate(conn *irc.Conn, nick *irc.Nick, args, target string) {
} else {
args = args[field+utf8.RuneLen(3000):]
}
fmt.Printf("'%s' '%s'\n", first, args)
} else {
break
}