Skip to content

Commit 3b849af

Browse files
committed
patch 8.1.1658: debug statements included in patch
Problem: Debug statements included in patch. Solution: Remove the debug statements.
1 parent 7ba343e commit 3b849af

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/normal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,6 @@ do_mouse(
23252325
ui_may_remove_balloon();
23262326
if (p_bevalterm)
23272327
{
2328-
ch_log(NULL, "setting balloon timer");
23292328
profile_setlimit(p_bdlay, &bevalexpr_due);
23302329
bevalexpr_due_set = TRUE;
23312330
}

src/popupwin.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mouse_wp)
14371437
{
14381438
typval_T res;
14391439

1440-
ch_log(NULL, "closing popup %d", wp->w_id);
14411440
res.v_type = VAR_NUMBER;
14421441
res.vval.v_number = -2;
14431442
// Careful: this makes "wp" invalid.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1658,
780782
/**/
781783
1657,
782784
/**/

0 commit comments

Comments
 (0)