remove console.log

This commit is contained in:
Barış Soner Uşaklı
2017-12-26 12:00:06 -05:00
parent 4217d06ad0
commit 783d2eb073

View File

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