Skip to content

lib: remove redundant code from timers.js

Rodrigo Muino Tomonari requested to merge github/fork/Trott/timer-tweak into master

insert() is only called from one place where there is already a check that msecs is greater than or equal to zero, so do not repeat the check inside insert().

Merge request reports

Loading