aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-31 17:55:52 -0800
committerfriendica <info@friendica.com>2013-01-31 17:55:52 -0800
commit982034b87d341c0bbada64b48d8488a5d2ff711c (patch)
tree1c5b34934f1c91119a8c7e1b206cb3bc0f8fcae7 /boot.php
parent808de7b447c5b5b06a1b314713b7473b3ea0a02f (diff)
downloadvolse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.tar.gz
volse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.tar.bz2
volse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.zip
update friends in common tool now that poco is working
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 05223cd8d..8b16882fc 100644
--- a/boot.php
+++ b/boot.php
@@ -2089,7 +2089,6 @@ function construct_page(&$a) {
$arr = $a->get_widgets();
ksort($arr,SORT_NUMERIC);
- logger('get_widgets: ' . print_r($arr,true));
if(count($arr)) {
foreach($arr as $x) {
if(! array_key_exists($x['location'],$a->page))