mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Remove console.log from page/settings/advanced.vue #1474
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -335,7 +335,6 @@ export default {
|
||||
this.busy = true;
|
||||
this.settings.load().finally(() => {
|
||||
this.busy = false;
|
||||
console.log("SETTINGS", this.settings);
|
||||
});
|
||||
},
|
||||
onChange() {
|
||||
|
||||
Reference in New Issue
Block a user