gnucash maint: Remove print statement left in commit c3f8daa

Robert Fewell bobit at code.gnucash.org
Fri Mar 4 05:19:11 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/7e299cb2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4890c253 (commit)



commit 7e299cb2b0f2d586462b8115440b3d17ff2b90dd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Mar 4 10:16:14 2022 +0000

    Remove print statement left in commit c3f8daa

diff --git a/libgnucash/backend/xml/io-gncxml-v2.cpp b/libgnucash/backend/xml/io-gncxml-v2.cpp
index 8a7b4f40d..5b3f294d1 100644
--- a/libgnucash/backend/xml/io-gncxml-v2.cpp
+++ b/libgnucash/backend/xml/io-gncxml-v2.cpp
@@ -1438,7 +1438,6 @@ gz_thread_write (gzFile file, gz_thread_params_t* params)
         }
         else if (bytes == 0)
         {
-            printf("gz_thread_func EOF\n");
             break;
         }
         else



Summary of changes:
 libgnucash/backend/xml/io-gncxml-v2.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list