forked from extern/egroupware
Remove debug
This commit is contained in:
parent
4e1a2bc048
commit
753ba3b006
@ -77,7 +77,6 @@ class etemplate_widget_link extends etemplate_widget
|
||||
|
||||
if($attrs['type'] == 'link-list') {
|
||||
$links = egw_link::get_links($app,$id,'','link_lastmod DESC',true, $value['show_deleted']);
|
||||
_debug_array($links);
|
||||
foreach($links as $link) {
|
||||
$value[] = $link;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user