gnucash stable: Remove stray debugging print to stdout.
John Ralls
jralls at code.gnucash.org
Sat Nov 1 17:24:50 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/0b66ee3b (commit)
from https://github.com/Gnucash/gnucash/commit/3956d7e5 (commit)
commit 0b66ee3be090025d3b49680a4e9cbaf137d65520
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Nov 1 14:20:19 2025 -0700
Remove stray debugging print to stdout.
diff --git a/gnucash/import-export/qif-imp/qif-to-gnc.scm b/gnucash/import-export/qif-imp/qif-to-gnc.scm
index dc57a3a032..41a1164a77 100644
--- a/gnucash/import-export/qif-imp/qif-to-gnc.scm
+++ b/gnucash/import-export/qif-imp/qif-to-gnc.scm
@@ -455,7 +455,6 @@
;; rebalance and commit everything
(xaccTransCommitEdit gnc-xtn)
- (format #t "transaction splits ~s~%" (qif-xtn:splits xtn))
(xaccTransRecordPrice gnc-xtn PRICE-SOURCE-SPLIT-IMPORT)))))
(qif-file:xtns qif-file)))
sorted-qif-files-list)
Summary of changes:
gnucash/import-export/qif-imp/qif-to-gnc.scm | 1 -
1 file changed, 1 deletion(-)
More information about the gnucash-changes
mailing list