remove console.log

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 4217d06ad0
commit 783d2eb073

@ -117,7 +117,6 @@ define('alerts', ['translator', 'components', 'benchpress'], function (translato
alert
.on('mouseenter', function () {
$(this).css('transition-duration', 0);
console.log(this);
});
}

Loading…
Cancel
Save