refactor: remove debug logging
This commit is contained in:
parent
7076aa32c4
commit
9f22376a34
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ $(function () {
|
|||
'onShow' : function() {
|
||||
var user_is_current = wishlist && wishlist.userId === parseInt($('[name="user-id"]').val());
|
||||
|
||||
console.log('user_is_current', user_is_current);
|
||||
|
||||
if (user_is_current) {
|
||||
$('.ui.button.wish-fulfil').remove();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue