Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 19, 2021
1 parent 0b7a886 commit 5e83493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/directives/views/panelResizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ class PanelResizerCtrl implements PanelResizerScope {
this.setWidth(this.widthBeforeLastDblClick || this.defaultWidth);
} else {
this.widthBeforeLastDblClick = this.lastWidth;
console.log(this.currentMinWidth);
this.setWidth(this.currentMinWidth);
}
this.finishSettingWidth();
Expand Down

0 comments on commit 5e83493

Please sign in to comment.