mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
cleanup tracing print
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
95fd0a5e1f
commit
d959eb3af3
@ -178,7 +178,7 @@ gnc_engine_generate_event_internal (const GUID *entity, QofIdType type,
|
||||
{
|
||||
HandlerInfo *hi = node->data;
|
||||
|
||||
PINFO ("id=%d node=%p hi=%p han=%p\n", hi->handler_id, node, hi, hi->handler);
|
||||
PINFO ("id=%d hi=%p han=%p", hi->handler_id, hi, hi->handler);
|
||||
if (hi->handler)
|
||||
hi->handler ((GUID *)entity, type, event_type, hi->user_data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user