removed console.log
This commit is contained in:
parent
871ba2777e
commit
86eecc47ee
@ -71,7 +71,6 @@ Template.profile.rendered = function() {
|
||||
Accounts._loginButtonsSession.set('dropdownVisible', true);
|
||||
$(".optionText").hover(
|
||||
function() {
|
||||
console.log("hi");
|
||||
$(this).addClass("selectedOption");
|
||||
},
|
||||
function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user