Change console statements to debug or warn

This commit is contained in:
2026-01-27 12:58:36 +07:00
parent 8c58a76030
commit 0212fa359b
8 changed files with 19 additions and 22 deletions

View File

@@ -63,7 +63,7 @@ export default class PlaceTemplate extends Component {
@action
handleUpdate(newPlace) {
console.log('Updating local place state:', newPlace);
console.debug('Updating local place state:', newPlace);
this.localPlace = newPlace;
this.storage.notifyChange();
}