Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/DetailManager.php4
1 files changed, 0 insertions, 4 deletions
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);