Browse Source

Remove debug

tags/v0.2.0
Russ Garrett 7 years ago
parent
commit
5dd5adbf10
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      main.go

+ 0
- 1
main.go View File

@@ -84,7 +84,6 @@ func (i *IRCCat) signalHandler() {
84 84
 
85 85
 func (i *IRCCat) connectIRC() error {
86 86
 	irccon := irc.IRC(viper.GetString("irc.nick"), viper.GetString("irc.realname"))
87
-	irccon.Debug = true
88 87
 	irccon.UseTLS = viper.GetBool("irc.tls")
89 88
 	if viper.GetBool("irc.tls_skip_verify") {
90 89
 		irccon.TLSConfig = &tls.Config{InsecureSkipVerify: true}

Loading…
Cancel
Save