Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 23bef85

Browse files
committed
Remove console.
1 parent 88be841 commit 23bef85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/views/settingsVw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ module.exports = pageVw.extend({
595595
},
596596

597597
setState: function(state){
598-
console.log(state)
599598
if (state){
600599
this.state = state;
601600
this.setTab(this.$('.js-' + state + 'Tab'), this.$('.js-' + state));

0 commit comments

Comments
 (0)