gnucash maint: Remove debugging statement

Christopher Lam clam at code.gnucash.org
Sun Nov 15 05:37:37 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/ea78fa55 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3e2be271 (commit)



commit ea78fa5516c9183541c6400a629d88374ddb1769
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 15 18:37:17 2020 +0800

    Remove debugging statement

diff --git a/gnucash/import-export/qif-imp/qif-parse.scm b/gnucash/import-export/qif-imp/qif-parse.scm
index c7fec3cbd..1163c8d82 100644
--- a/gnucash/import-export/qif-imp/qif-parse.scm
+++ b/gnucash/import-export/qif-imp/qif-parse.scm
@@ -410,7 +410,6 @@
                                   #\, #\.))
                         ((integer) filtered-string)))
          (num (or (string->number (string-append "#e" read-string)) 0)))
-    (pk value-string has-minus? filtered-string read-string num)
     (if has-minus? (- num) num)))
 
 ;; input: list of numstrings eg "10.50" "20.54"



Summary of changes:
 gnucash/import-export/qif-imp/qif-parse.scm | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list