Is there a way to turn off debugging output (but not generally)

Hi
How can i stop debug output being shown on a certain page but still
have debugging generally on?
I am thinking of a page that returns json data.

Something akin to
<cfsettting showdebugoutput=false>

Thanks

event.showDebugPanel(false)

Luis F. Majano
President
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Thanks Luis