mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
clean up
This commit is contained in:
parent
a9353f64f3
commit
ea7ada9e86
@ -787,13 +787,6 @@ export default function Settings() {
|
||||
config_data: configData,
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Save All – saved:", {
|
||||
[payload.basePath]: payload.sanitizedOverrides,
|
||||
update_topic: payload.updateTopic,
|
||||
requires_restart: payload.needsRestart ? 1 : 0,
|
||||
});
|
||||
|
||||
if (payload.needsRestart) {
|
||||
anyNeedsRestart = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user