How can I disable yii-debug-toolbar on a specific view especially on partial rendered views?
yii-debug-toolbar
Is this possible?
p.s. Yii-debug-toolbar
Yii-debug-toolbar
If you don't wan to show the log, you can hide the yii-debug console using jQuery
$('#ydtb-toolbar').hide();
Call this snippet on your views.