From: Michael <heluecht@pirati.ca>
Date: Wed, 19 Feb 2020 19:35:32 +0000 (+0000)
Subject: Functionality removed
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5dea634564e90c8dcd21e7d1fd14e722bc33142e;p=friendica.git

Functionality removed
---

diff --git a/boot.php b/boot.php
index eab34611e2..943d054cbb 100644
--- a/boot.php
+++ b/boot.php
@@ -340,10 +340,6 @@ function info($s)
 {
 	$a = DI::app();
 
-	if (local_user() && DI::pConfig()->get(local_user(), 'system', 'ignore_info')) {
-		return;
-	}
-
 	if (empty($_SESSION['sysmsg_info'])) {
 		$_SESSION['sysmsg_info'] = [];
 	}