Skip to content

Commit

Permalink
remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Aug 9, 2024
1 parent b51770f commit 9f551a3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ func (em *ElementManager) triageTimers(d TentativeData, inputInfo PColInfo, stag
}

if len(pendingEventTimers) > 0 {
fmt.Println("pendingEventTimers", len(pendingEventTimers), pendingEventTimers)
count := stage.AddPending(pendingEventTimers)
em.addPending(count)
}
Expand Down

0 comments on commit 9f551a3

Please sign in to comment.