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); Accounts._loginButtonsSession.set('dropdownVisible', true);
$(".optionText").hover( $(".optionText").hover(
function() { function() {
console.log("hi");
$(this).addClass("selectedOption"); $(this).addClass("selectedOption");
}, },
function() { function() {