Skip to content

Commit bfd15fa

Browse files
dev
1 parent 4e26bd5 commit bfd15fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/CmsSeoComponent.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)