Disable incr_dom / bonsai console startup msg?

When incr_dom / bonsai starts up, it prints the following to the dev console:

Incr_dom / Bonsai Console
Action Logging
Action Profiling
Debugging
Available logging filters for "app":
  all
  none

is there a way to disable this? (I am wondering if printing this multiple times from different iframes is causing my problem, as this seems to be the last msg before console.log dies).

Apologies if I am blaming bonsai for an issue unrelated to bonsai:

Does bonsai do anything funky to console.log, under the assumption it (bonsai) is the only thing running, which might end up causing problems with a webpage have multiple iframes, all of which are running bonsai (and all of which tries to do the same funky thing to dev console log) ?