Skip to content

Commit

Permalink
remove console.log; fix luyadev#1460
Browse files Browse the repository at this point in the history
  • Loading branch information
dev7ch committed Sep 11, 2017
1 parent 82efa6c commit 1cb0a48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/admin/src/resources/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,12 @@ var checkInputLabels = function () {
.removeClass('is-empty')
;


} else {
$element
.addClass('is-empty')
.removeClass('is-not-empty')
;

}


console.log(autofillBg);

}
};

Expand Down

0 comments on commit 1cb0a48

Please sign in to comment.