From 7c921c40f6a769d345654fca5ae5fc09738974f1 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 22 Jul 2019 16:12:20 -0100 Subject: cleaning Signed-off-by: Maxence Lange --- lib/Command/Reset.php | 2 -- lib/Service/ConfigService.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Command/Reset.php b/lib/Command/Reset.php index b70cd909..3f52b326 100644 --- a/lib/Command/Reset.php +++ b/lib/Command/Reset.php @@ -171,9 +171,7 @@ class Reset extends Base { * */ private function uninstallWellKnown() { - echo $this->configService->getCoreValue('public_webfinger'); if ($this->configService->getCoreValue('public_webfinger') === 'social/lib/webfinger.php') { - echo '##@$#@$'; $this->configService->unsetCoreValue('public_webfinger'); } if ($this->configService->getCoreValue('public_host-meta') === 'social/lib/hostmeta.php') { diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php index 0672f7b0..267deca7 100644 --- a/lib/Service/ConfigService.php +++ b/lib/Service/ConfigService.php @@ -27,6 +27,7 @@ declare(strict_types=1); * */ + namespace OCA\Social\Service; use daita\MySmallPhpTools\Traits\TArrayTools; -- cgit v1.2.3