austax: Remove unused debug statement from CGT assets view
This commit is contained in:
parent
01cdab9ed3
commit
81bce8e677
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
DrCr: Web-based double-entry bookkeeping framework
|
DrCr: Double-entry bookkeeping framework
|
||||||
Copyright (C) 2022-2025 Lee Yingtong Li (RunasSudo)
|
Copyright (C) 2022-2025 Lee Yingtong Li (RunasSudo)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
@ -90,8 +90,6 @@
|
|||||||
const session = await db.load();
|
const session = await db.load();
|
||||||
cgtAssets.value = await getCGTAssets(session);
|
cgtAssets.value = await getCGTAssets(session);
|
||||||
eofyDate.value = dayjs(db.metadata.eofy_date);
|
eofyDate.value = dayjs(db.metadata.eofy_date);
|
||||||
|
|
||||||
console.log(cgtAssets.value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
load();
|
load();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user