diff src/popupwin.c @ 17318:a7d1cd2ea886 v8.1.1658

patch 8.1.1658: debug statements included in patch commit https://github.com/vim/vim/commit/3b849af90a691f2a9999222b0e69bd161bebc5e2 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jul 2019 16:30:06 +0200
parents 8813e1626e0a
children 33dccaafb214
line wrap: on
line diff
--- 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.