PHRAS-605 remove log

This commit is contained in:
Florian BLOUET
2015-07-20 17:40:55 +02:00
parent efc5bebb4f
commit 3ab8483815

View File

@@ -481,8 +481,6 @@
// if tooltip has scrollable content or selectionnable text - should be closed on mouseleave: // if tooltip has scrollable content or selectionnable text - should be closed on mouseleave:
$.tooltip.currentHover = false; $.tooltip.currentHover = false;
helper.parent.hide(); helper.parent.hide();
} else {
console.log('ok owned')
} }
}); });