Remove TODO that is out of date

This commit is contained in:
David Dworken 2023-10-28 15:13:24 -07:00
parent f3c8ecc9e6
commit a6e6f6504c
No known key found for this signature in database

View File

@ -680,7 +680,6 @@ func makeTable(ctx context.Context, rows []table.Row) (table.Model, error) {
return t, nil return t, nil
} }
// TODO: It seems like the TUI lags sometimes when deleting many entries?
func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error { func deleteHistoryEntry(ctx context.Context, entry data.HistoryEntry) error {
db := hctx.GetDb(ctx) db := hctx.GetDb(ctx)
// Delete locally // Delete locally