removed console.log

This commit is contained in:
Kenneth Jao 2016-10-18 23:54:24 -04:00
parent 871ba2777e
commit 86eecc47ee

View File

@ -71,7 +71,6 @@ Template.profile.rendered = function() {
Accounts._loginButtonsSession.set('dropdownVisible', true);
$(".optionText").hover(
function() {
console.log("hi");
$(this).addClass("selectedOption");
},
function() {