Skip to content

Commit

Permalink
remove console after merge with 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Mar 10, 2017
1 parent b7be44c commit 977bb0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/src/widgets/layersTab.js
Expand Up @@ -91,7 +91,6 @@
},

render: function(state) {
console.log(state);
var _this = this,
templateData = {
active: state.active ? '' : 'inactive'
Expand Down
1 change: 0 additions & 1 deletion js/src/widgets/tabs.js
Expand Up @@ -16,7 +16,6 @@
$.Tabs.prototype = {
init: function() {
var _this = this;
console.log(this.tabs);

this.state({
tabs : this.tabs,
Expand Down

0 comments on commit 977bb0b

Please sign in to comment.