]> granicus.if.org Git - vim/commitdiff
patch 8.1.1658: debug statements included in patch v8.1.1658
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jul 2019 14:15:04 +0000 (16:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jul 2019 14:15:04 +0000 (16:15 +0200)
Problem:    Debug statements included in patch.
Solution:   Remove the debug statements.

src/normal.c
src/popupwin.c
src/version.c

index 6cac553155f70f497cbb39dd705cbd9ffb79ef86..ce1acb555ea7bf03087d8fe6446d4bfb1b3e0b1d 100644 (file)
@@ -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;
        }
index 59aaa6617bbf6473343b683b22951211cafee437..c6355e122aa2e48b6a97d61946a63cc4f5598537 100644 (file)
@@ -1437,7 +1437,6 @@ check_mouse_moved(win_T *wp, win_T *mouse_wp)
     {
        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.
index fb21f07712f4908f91b794dc7fab82b01ff324c2..5cede94f95be67e39ec5ef6e7878508a2603338c 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1658,
 /**/
     1657,
 /**/