Skip to content

Commit

Permalink
Dev: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 28, 2016
1 parent d63c630 commit e83e277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/ParticipantShare.php
Expand Up @@ -108,7 +108,6 @@ public function getSharedByList($selected){
*/
public function getSharedBy()
{
Yii::log(print_r($this->shared_by, true), CLogger::LEVEL_TRACE, 'debug');
if ($this->share_uid == -1) {
return gT('Everybody');
}
Expand Down

0 comments on commit e83e277

Please sign in to comment.