Skip to content

Commit c359671

Browse files
authored
remove error log of visits (#895)
1 parent 856cea0 commit c359671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/modules/target/controllers/DefaultController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,5 @@ protected function lastVisit($id)
489489
array_pop($visits);
490490
}
491491
Yii::$app->session->set('last_targets_visited',$visits);
492-
Yii::error($visits);
493492
}
494493
}

0 commit comments

Comments
 (0)