It is possible to disable debug module in certain controllers?. what I want to do is a controller for ajax, I know that in the controller I can use simple renderPartial or just print the result but what if need to use a widget that registers js assets, that is why I use render but also de debug panels are loaded and need to remove it from the ajax response. If you have another approach of ajax responses please let me know.
Thank you.