If you do not want to display debug screen (Ajax or feed etc),add following code each action.
sfConfig::set('sf_web_debug', false);
The web debug toolbar is automatically hidden when one of the following is true:
text/html
Thanks. I understood well. This is a good mechanism.
Comments on this snippet
The web debug toolbar is automatically hidden when one of the following is true:
text/htmlThanks. I understood well. This is a good mechanism.