comparison src/ex_cmds2.c @ 15842:3af565215286 v8.1.0928

patch 8.1.0928: stray log function call commit https://github.com/vim/vim/commit/d634024b90c7ae6ff08c1970646f1bca91f5611f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 00:00:28 2019 +0100 patch 8.1.0928: stray log function call Problem: Stray log function call. Solution: Remove the log function call.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 00:15:06 +0100
parents 734b1928a5aa
children 7fad90423bd2
comparison
equal deleted inserted replaced
15841:d6d7092fff4a 15842:3af565215286
1357 must_redraw = 0; 1357 must_redraw = 0;
1358 trylevel = 0; 1358 trylevel = 0;
1359 did_throw = FALSE; 1359 did_throw = FALSE;
1360 current_exception = NULL; 1360 current_exception = NULL;
1361 save_vimvars(&vvsave); 1361 save_vimvars(&vvsave);
1362 ch_log(NULL, "calling timer callback");
1363 timer->tr_firing = TRUE; 1362 timer->tr_firing = TRUE;
1364 timer_callback(timer); 1363 timer_callback(timer);
1365 timer->tr_firing = FALSE; 1364 timer->tr_firing = FALSE;
1366 1365
1367 timer_next = timer->tr_next; 1366 timer_next = timer->tr_next;