Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Mar 30, 2020
1 parent be66bc9 commit 503e08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/components/panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default class Panels {
const autoDisplayType = width > 390 ? 'tabbed' : 'slider'
const isAuto = this.opts.displayType === 'auto'
this.panelDisplay = isAuto ? autoDisplayType : this.opts.displayType || defaults.displayType
console.log(autoDisplayType, this.panelDisplay)
return this.panelDisplay
}

Expand Down

0 comments on commit 503e08f

Please sign in to comment.