From 8ed6d0772bf02a2fe24368804f2d29aef5c67cb2 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 5 Oct 2021 20:27:31 +0200 Subject: [PATCH] removed debug out --- csgo/demo_loader.go | 1 - 1 file changed, 1 deletion(-) diff --git a/csgo/demo_loader.go b/csgo/demo_loader.go index ea13ccc..620153e 100644 --- a/csgo/demo_loader.go +++ b/csgo/demo_loader.go @@ -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)