Remove debug output
This commit is contained in:
parent
c8715ff2e7
commit
ae10980eeb
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ abstract class tasklist_driver
|
||||||
*/
|
*/
|
||||||
public function tasklist_caldav_url($list)
|
public function tasklist_caldav_url($list)
|
||||||
{
|
{
|
||||||
$rcmail = rcube::get_instance(); console($list);
|
$rcmail = rcube::get_instance();
|
||||||
if (!empty($list['caldavuid']) && ($template = $rcmail->config->get('calendar_caldav_url', null))) {
|
if (!empty($list['caldavuid']) && ($template = $rcmail->config->get('calendar_caldav_url', null))) {
|
||||||
return strtr($template, array(
|
return strtr($template, array(
|
||||||
'%h' => $_SERVER['HTTP_HOST'],
|
'%h' => $_SERVER['HTTP_HOST'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue