Marketpress is generating about 30+ debug messages. This is making developing my marketpress theme pretty unpleasant.
I understand that your general attitude towards warnings is “they are not a problem” but I don’t really agree.
The warnings seem to be mostly to do with your custom WP_Query code. The stack trace doesn’t show where it is as it’s being triggered by a hook so it’s going to be a pain to actually find the responsible code.
Are these debug notices on the development schedule to be fixed or are they a permanent part of marketpress? Are there any hacks I can do to stop them showing for my development site but still show warnings from my own code?