forked from aniani/vim
patch 8.1.0928: stray log function call
Problem: Stray log function call. Solution: Remove the log function call.
This commit is contained in:
@@ -1359,7 +1359,6 @@ check_due_timer(void)
|
||||
did_throw = FALSE;
|
||||
current_exception = NULL;
|
||||
save_vimvars(&vvsave);
|
||||
ch_log(NULL, "calling timer callback");
|
||||
timer->tr_firing = TRUE;
|
||||
timer_callback(timer);
|
||||
timer->tr_firing = FALSE;
|
||||
|
Reference in New Issue
Block a user