changeset 17318:a7d1cd2ea886 v8.1.1658

patch 8.1.1658: debug statements included in patch commit https://github.com/vim/vim/commit/3b849af90a691f2a9999222b0e69bd161bebc5e2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 10 16:15:04 2019 +0200 patch 8.1.1658: debug statements included in patch Problem: Debug statements included in patch. Solution: Remove the debug statements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jul 2019 16:30:06 +0200
parents 54815f69e8c4
children f0ecd01d17ab
files src/normal.c src/popupwin.c src/version.c
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -2325,7 +2325,6 @@ do_mouse(
 	ui_may_remove_balloon();
 	if (p_bevalterm)
 	{
-ch_log(NULL, "setting balloon timer");
 	    profile_setlimit(p_bdlay, &bevalexpr_due);
 	    bevalexpr_due_set = TRUE;
 	}
--- a/src/popupwin.c
+++ b/src/popupwin.c
@@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mous
     {
 	typval_T res;
 
-ch_log(NULL, "closing popup %d", wp->w_id);
 	res.v_type = VAR_NUMBER;
 	res.vval.v_number = -2;
 	// Careful: this makes "wp" invalid.
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1658,
+/**/
     1657,
 /**/
     1656,