Skip to content

Commit

Permalink
fix(plc4go/bacnet): disable excessive logging on Task
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Mar 22, 2023
1 parent 55066a7 commit 75ea6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/internal/bacnetip/Task.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func (m *TaskManager) resumeTask(task _TaskRequirements) {
}

func (m *TaskManager) getNextTask() (_TaskRequirements, time.Duration) {
log.Trace().Msgf("getNextTask")
//log.Trace().Msgf("getNextTask")
m.Lock()
defer m.Unlock()

Expand Down

0 comments on commit 75ea6f8

Please sign in to comment.