Do not log an error when no default tax tables set

This commit is contained in:
Robert Fewell 2019-08-29 11:27:10 +01:00
parent 251d39477f
commit d677e3c5df

View File

@ -697,7 +697,6 @@ gncTaxTableGetDefault (QofBook *book, GncOwnerType type)
path = g_slist_prepend (path, (void*)section);
guid = qof_book_get_guid_option (book, path);
g_return_val_if_fail (guid, NULL);
return gncTaxTableLookup (book, guid);
}