Remove debugging message

This commit is contained in:
idk 2020-07-29 23:22:17 -04:00
parent f997149dd6
commit 8f18eaa4cf
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func connectIRC(network *storage.Network, state *State, srcIP []byte) *irc.Clien
if cfg.Proxy.Enabled && strings.ToLower(cfg.Proxy.Protocol) == "i2p" { if cfg.Proxy.Enabled && strings.ToLower(cfg.Proxy.Protocol) == "i2p" {
addr := net.JoinHostPort(cfg.Proxy.Host, cfg.Proxy.Port) addr := net.JoinHostPort(cfg.Proxy.Host, cfg.Proxy.Port)
log.Println("USING I2P!")
client, err := goSam.NewClient(addr) client, err := goSam.NewClient(addr)
if err != nil { if err != nil {
log.Println(err) log.Println(err)