removed console.log() from PushMenu

This commit is contained in:
REJack
2019-06-05 14:08:04 +02:00
parent 9c640e0f6f
commit 5e05228f3c
5 changed files with 3 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ const PushMenu = (($) => {
}
autoCollapse() {
console.log(this._options)
if (this._options.autoCollapseSize) {
if ($(window).width() <= this._options.autoCollapseSize) {
if (this.isShown()) {