File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 99 st "github.com/markus-wa/demoinfocs-golang/sendtables"
1010)
1111
12- const isDebug = false
13-
1412func debugGameEvent (descriptor * msg.CSVCMsg_GameEventListDescriptorT , ge * msg.CSVCMsg_GameEvent ) {
1513 // NOP
1614}
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import (
1111 st "github.com/markus-wa/demoinfocs-golang/sendtables"
1212)
1313
14- const isDebug = true
15-
1614const (
1715 yes = "YES"
1816 no = "NO"
Original file line number Diff line number Diff line change @@ -295,9 +295,7 @@ func (p *Parser) parsePacket() {
295295 name = msg .SVC_Messages_name [int32 (cmd )]
296296 }
297297
298- if isDebug {
299- debugUnhandledMessage (cmd , name )
300- }
298+ debugUnhandledMessage (cmd , name )
301299
302300 if name != "" {
303301 // Handle additional net-messages as defined by the user
You can’t perform that action at this time.
0 commit comments