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
index 6cac553..ce1acb5 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2325,7 +2325,6 @@
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
index 59aaa66..c6355e1 100644
--- a/src/popupwin.c
+++ b/src/popupwin.c
@@ -1437,7 +1437,6 @@
{
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
index fb21f07..5cede94 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1658,
+/**/
1657,
/**/
1656,