changeset 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 d6d7092fff4a
children 88b3b6a90d3a
files src/ex_cmds2.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -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;
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    928,
+/**/
     927,
 /**/
     926,