Skip to content

Commit

Permalink
Remove debug log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny authored Aug 19, 2022
1 parent 8318e6e commit dfd604d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ export default {
* @param {string} item the ID of the section
*/
handleSettingsNavigationClick(item) {
console.error(item)
this.linkClicked = true
document.getElementById('settings-section_' + item).scrollIntoView({
behavior: 'smooth',
Expand Down

0 comments on commit dfd604d

Please sign in to comment.