0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 8.1.1658: debug statements included in patch

Problem:    Debug statements included in patch.
Solution:   Remove the debug statements.
This commit is contained in:
Bram Moolenaar
2019-07-10 16:15:04 +02:00
parent 7ba343e634
commit 3b849af90a
3 changed files with 2 additions and 2 deletions

View 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.