Skip to content

Commit

Permalink
refactor(NcAppSidebar): remove unneeded debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Dec 12, 2023
1 parent 3651d5c commit 26f26fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ export default {
* Activate focus trap if it is currently needed, otherwise deactivate
*/
toggleFocusTrap() {
console.debug('toggleFocusTrap', this.isMobile)
if (this.isMobile) {
this.initFocusTrap()
this.focusTrap.activate()
Expand Down

0 comments on commit 26f26fb

Please sign in to comment.