From 6c22f70b62d0a3ffae12371f3d3464bd5da4cc8d Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Mon, 18 Feb 2019 14:48:26 +0100 Subject: [PATCH] revert style.php changes --- view/theme/frio/style.php | 1 - 1 file changed, 1 deletion(-) 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');