mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
remove various log statements
This commit is contained in:
parent
2742bb9c9e
commit
80f7ea2ae9
3 changed files with 0 additions and 5 deletions
|
@ -19,7 +19,6 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
function setViewPreference(view: ViewType) {
|
function setViewPreference(view: ViewType) {
|
||||||
console.log("setViewPreference", view);
|
|
||||||
preferences.value.itemDisplayView = view;
|
preferences.value.itemDisplayView = view;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -114,8 +114,6 @@
|
||||||
entry.date = new Date(e.date);
|
entry.date = new Date(e.date);
|
||||||
entry.description = e.description;
|
entry.description = e.description;
|
||||||
entry.cost = e.cost;
|
entry.cost = e.cost;
|
||||||
|
|
||||||
console.log(e);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function editEntry() {
|
async function editEntry() {
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
export default defineNuxtPlugin(nuxtApp => {
|
export default defineNuxtPlugin(nuxtApp => {
|
||||||
nuxtApp.hook("page:finish", () => {
|
nuxtApp.hook("page:finish", () => {
|
||||||
console.log(document.body);
|
|
||||||
document.body.scrollTo({ top: 0 });
|
document.body.scrollTo({ top: 0 });
|
||||||
console.log("page:finish");
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue