X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fstyle.php;h=5fada9dd4802dc51d0e19aa17aebdbf6e4deea46;hb=1e84411e84756c3aa267fa0dfeb0003aafa72db2;hp=824378793644601bc1be5770ad9795662ec0f780;hpb=f825fa1d1ca78d3aed43be5a8fc84140eb0c2a9d;p=friendica.git diff --git a/view/theme/frio/style.php b/view/theme/frio/style.php index 8243787936..5fada9dd48 100644 --- a/view/theme/frio/style.php +++ b/view/theme/frio/style.php @@ -20,7 +20,6 @@ if ($a->module !== 'install') { // Load the profile owners pconfig. $scheme = PConfig::get($uid, 'frio', 'scheme', PConfig::get($uid, 'frio', 'schema')); - \Friendica\Core\Logger::alert($scheme); $nav_bg = PConfig::get($uid, 'frio', 'nav_bg'); $nav_icon_color = PConfig::get($uid, 'frio', 'nav_icon_color'); $link_color = PConfig::get($uid, 'frio', 'link_color');