removed debug out

This commit is contained in:
2021-10-05 20:27:31 +02:00
parent bdbf4b48ad
commit 8ed6d0772b

View File

@@ -164,7 +164,6 @@ func (d *DemoMatchLoader) Setup(username string, password string, authCode strin
return err
}
}
log.Debugf("%+v, %+v", d.steamLogin, d)
d.client = steam.NewClient()
d.matchRecv = make(chan *protobuf.CMsgGCCStrike15V2_MatchList, 500)