From ae9da7d6d77e4b72efe27205a3b9d4aa18eb3cb0 Mon Sep 17 00:00:00 2001
From: RunasSudo <runassudo@yingtongli.me>
Date: Fri, 6 Jun 2025 21:53:57 +1000
Subject: [PATCH] Remove outdated comment

---
 src/components/BalanceAssertionEditor.vue | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/BalanceAssertionEditor.vue b/src/components/BalanceAssertionEditor.vue
index b930abe..1ad2801 100644
--- a/src/components/BalanceAssertionEditor.vue
+++ b/src/components/BalanceAssertionEditor.vue
@@ -1,6 +1,6 @@
 <!--
 	DrCr: Web-based double-entry bookkeeping framework
-	Copyright (C) 2022–2024  Lee Yingtong Li (RunasSudo)
+	Copyright (C) 2022-2025  Lee Yingtong Li (RunasSudo)
 	
 	This program is free software: you can redistribute it and/or modify
 	it under the terms of the GNU Affero General Public License as published by
@@ -33,7 +33,6 @@
 			<div class="pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3">
 				<span class="text-gray-500">{{ db.metadata.reporting_commodity }}</span>
 			</div>
-			<!-- TODO: Display existing credit assertion as credit, not as negative debit -->
 			<input type="number" class="bordered-field pl-7 pr-16" step="0.01" v-model="assertion.amount_abs" placeholder="0.00">
 			<div class="absolute inset-y-0 right-0 flex items-center">
 				<select class="h-full border-0 bg-transparent py-0 pl-2 pr-8 text-gray-900 focus:ring-2 focus:ring-inset focus:ring-indigo-600" v-model="assertion.sign">