Skip to content

Commit

Permalink
Fix: to remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabt234 committed Jun 9, 2024
1 parent fcf4a7f commit 4ca837d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Routines/ChunkRouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func (s *ChunkTypeToChannelMap)HandleSignalTransmissions(loggingChannel chan map
select {
case bChannelExists = <-chbCannelExists:
strJSONData = <- chstrJSONData
loggingChannel <- CreateLogMessage(zerolog.WarnLevel, "1")
case <-chTimeout:
// And continure if a timeout occurred
continue
Expand Down

0 comments on commit 4ca837d

Please sign in to comment.