Skip to content

Commit

Permalink
Remove print statement left in commit c3f8daa
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Mar 4, 2022
1 parent 4890c25 commit 7e299cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libgnucash/backend/xml/io-gncxml-v2.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 7e299cb

Please sign in to comment.