Skip to content

Commit

Permalink
Frontend: Remove console.log from page/settings/advanced.vue #1474
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed May 18, 2024
1 parent cb84ed0 commit 1dc2af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/page/settings/advanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ export default {
this.busy = true;
this.settings.load().finally(() => {
this.busy = false;
console.log("SETTINGS", this.settings);
});
},
onChange() {
Expand Down

0 comments on commit 1dc2af4

Please sign in to comment.