Skip to content

Commit

Permalink
remove assert in debug so that we learn the actual offending line
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla committed Jan 23, 2024
1 parent ecb681c commit 9f311c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/ogs-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void ogs_timer_stop_debug(ogs_timer_t *timer, const char *file_line)
manager = timer->manager;
ogs_assert(manager);
timer = ogs_timer_cycle(manager, timer);
ogs_assert(timer);
if (!timer) {
ogs_fatal("ogs_timer_stop() failed in %s", file_line);
ogs_assert_if_reached();
Expand Down

0 comments on commit 9f311c2

Please sign in to comment.