gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Mar 27 09:21:20 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/df457622 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3b8a59d (commit)
	from  https://github.com/Gnucash/gnucash/commit/3fb60c7d (commit)



commit df457622b5dac3cd6d57940fad3e264af60d15dc
Merge: 3fb60c7d3 d3b8a59d7
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 27 21:20:37 2021 +0800

    Merge branch 'python-silent-conversion' of git://github.com/c-holtermann/gnucash into maint


commit d3b8a59d7e5dfdb8749acb7f2b5bf0436512116a
Author: c-holtermann <mail at c-holtermann.net>
Date:   Sat Mar 27 14:04:55 2021 +0100

    remove debug information for time conversion

diff --git a/bindings/python/time64.i b/bindings/python/time64.i
index 09bb4ee41..cf3408a98 100644
--- a/bindings/python/time64.i
+++ b/bindings/python/time64.i
@@ -109,8 +109,6 @@
         PyDateTime_IMPORT;
         struct tm t;
         gnc_localtime_r(&$1, &t);
-        printf("\nConverting %d hours and %d minutes in zone %ld %s to python local time\n",
-               t.tm_hour, t.tm_min, t.tm_gmtoff/3600, t.tm_isdst ? "DST" : "STD");
         $result = PyDateTime_FromDateAndTime(t.tm_year + 1900, t.tm_mon + 1,
                                              t.tm_mday, t.tm_hour, t.tm_min,
                                              t.tm_sec, 0);



Summary of changes:
 bindings/python/time64.i | 2 --
 1 file changed, 2 deletions(-)



More information about the gnucash-changes mailing list