summaryrefslogtreecommitdiffstats
path: root/lib/Command/CacheRefresh.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/CacheRefresh.php')
-rw-r--r--lib/Command/CacheRefresh.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/CacheRefresh.php b/lib/Command/CacheRefresh.php
index 2629a566..d446c549 100644
--- a/lib/Command/CacheRefresh.php
+++ b/lib/Command/CacheRefresh.php
@@ -70,8 +70,8 @@ class CacheRefresh extends Base {
* @throws Exception
*/
protected function execute(InputInterface $input, OutputInterface $output): int {
-// $result = $this->accountService->blindKeyRotation();
-// $output->writeLn($result . ' key pairs refreshed');
+ // $result = $this->accountService->blindKeyRotation();
+ // $output->writeLn($result . ' key pairs refreshed');
$result = $this->accountService->manageDeletedActors();
$output->writeLn($result . ' local accounts deleted');