From cd359d9d9314a8976892fc3b6b1de1a58575877e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 27 Nov 2017 10:50:09 +0100 Subject: Remove log message causing no app in context #36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/DetailManager.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/DetailManager.php b/lib/DetailManager.php index 85e301c..874dad4 100644 --- a/lib/DetailManager.php +++ b/lib/DetailManager.php @@ -27,10 +27,6 @@ class DetailManager { private $sections = []; - public function __construct($AppName) { - \OC::$server->getLogger()->error($AppName); - } - public function createSection($identifier, $title, $order=0) { $section = new Section($identifier, $title, $order); $this->addSection($section); -- cgit v1.2.3