File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,9 +507,9 @@ public function _addCanurlParams(WidgetEvent $e)
507507 $ sender = $ e ->sender ;
508508 $ r = new \ReflectionClass ($ sender );
509509
510- if (YII_DEBUG === true ) {
510+ /* if (YII_DEBUG === true) {
511511 \Yii::info('_addCanurlParams: '.$r->getName(), (new \ReflectionClass($this->canUrl))->getName());
512- }
512+ }*/
513513
514514 if ($ pagination = $ sender ->dataProvider ->getPagination ()) {
515515
@@ -531,12 +531,12 @@ public function _addCanurlParams(WidgetEvent $e)
531531 }
532532
533533
534- if (YII_DEBUG === true ) {
534+ /* if (YII_DEBUG === true) {
535535 \Yii::info('_addCanurlParams: totalCount '.$pagination->totalCount, (new \ReflectionClass($this->canUrl))->getName());
536536 \Yii::info('_addCanurlParams: pageParam '.$pagination->pageParam, (new \ReflectionClass($this->canUrl))->getName());
537537 \Yii::info('_addCanurlParams: pageCount '.$pagination->pageCount, (new \ReflectionClass($this->canUrl))->getName());
538538
539- }
539+ }*/
540540 }
541541
542542 }
You can’t perform that action at this time.
0 commit comments