diff --git a/cmd-google.go b/cmd-google.go index ae27eab..6e86151 100644 --- a/cmd-google.go +++ b/cmd-google.go @@ -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 }