Frontend: Remove console.log from page/settings/advanced.vue #1474

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-18 11:47:20 +02:00
parent cb84ed0911
commit 1dc2af4bb3

View File

@@ -335,7 +335,6 @@ export default {
this.busy = true;
this.settings.load().finally(() => {
this.busy = false;
console.log("SETTINGS", this.settings);
});
},
onChange() {