# HG changeset patch # User Bram Moolenaar # Date 1562769006 -7200 # Node ID a7d1cd2ea886faf90318b70540df3198f3faaa42 # Parent 54815f69e8c45fb15f921aeda97e71b3e96dac80 patch 8.1.1658: debug statements included in patch commit https://github.com/vim/vim/commit/3b849af90a691f2a9999222b0e69bd161bebc5e2 Author: Bram Moolenaar 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. diff --git a/src/normal.c b/src/normal.c --- 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; } diff --git a/src/popupwin.c b/src/popupwin.c --- 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. diff --git a/src/version.c b/src/version.c --- 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,