Remove error log

This commit is contained in:
nathangray 2016-09-15 10:44:44 -06:00
parent e8538bb3da
commit 8634c624bb

View File

@ -113,7 +113,6 @@ class calendar_uiforms extends calendar_ui
{
$owner = !$this->cal_prefs['default_participant'] ? $this->user : $this->owner;
}
error_log(__METHOD__ . ' owner: ' . array2string($owner));
if (!$owner || !is_numeric($owner) || $GLOBALS['egw']->accounts->get_type($owner) != 'u' ||
!$this->bo->check_perms(Acl::ADD,0,$owner))