aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-01 21:24:43 -0700
committerfriendica <info@friendica.com>2014-07-01 21:24:43 -0700
commitee6fd1d6e5fdb9475e8e1eb8e32411c5ccb5adc8 (patch)
treed32d5c9e66bb6c78fc9e382629ad2493f4d7a584 /boot.php
parentc037a5083ca45738247bb250693f3e8fd08c5424 (diff)
downloadvolse-hubzilla-ee6fd1d6e5fdb9475e8e1eb8e32411c5ccb5adc8.tar.gz
volse-hubzilla-ee6fd1d6e5fdb9475e8e1eb8e32411c5ccb5adc8.tar.bz2
volse-hubzilla-ee6fd1d6e5fdb9475e8e1eb8e32411c5ccb5adc8.zip
minor optimisation
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e3aec0877..54ef9486e 100755
--- a/boot.php
+++ b/boot.php
@@ -1998,7 +1998,7 @@ function appdirpath() {
function head_set_icon($icon) {
global $a;
$a->data['pageicon'] = $icon;
- logger('head_set_icon: ' . $icon);
+// logger('head_set_icon: ' . $icon);
}
function head_get_icon() {