From: Philipp Holzer Date: Mon, 18 Feb 2019 13:48:26 +0000 (+0100) Subject: revert style.php changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c22f70b62d0a3ffae12371f3d3464bd5da4cc8d;p=friendica.git revert style.php changes --- 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');