From 3ab8483815f3155df1ed1e080c82569ed951d50e Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Mon, 20 Jul 2015 17:40:55 +0200 Subject: [PATCH] PHRAS-605 remove log --- www/include/jquery.tooltip.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/include/jquery.tooltip.js b/www/include/jquery.tooltip.js index 11ddd4e4ae..fd1eaa8b35 100644 --- a/www/include/jquery.tooltip.js +++ b/www/include/jquery.tooltip.js @@ -481,8 +481,6 @@ // if tooltip has scrollable content or selectionnable text - should be closed on mouseleave: $.tooltip.currentHover = false; helper.parent.hide(); - } else { - console.log('ok owned') } });