mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove 'duude' messages.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8594 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
77d9451c91
commit
21edb97a57
@ -523,7 +523,6 @@ gnc_commodity_table *
|
||||
gnc_commodity_table_get_table(GNCBook *book)
|
||||
{
|
||||
if (!book) return NULL;
|
||||
printf ("duude get commodity table\n");
|
||||
return gnc_book_get_data (book, GNC_COMMODITY_TABLE);
|
||||
}
|
||||
|
||||
@ -1106,7 +1105,6 @@ commodity_table_book_begin (GNCBook *book)
|
||||
{
|
||||
gnc_commodity_table *ct;
|
||||
|
||||
printf ("duude call commodity_table book begin \n");
|
||||
ct = gnc_commodity_table_new ();
|
||||
if(!gnc_commodity_table_add_default_data(ct))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user