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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Service/CronService.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Service/CronService.php b/lib/Service/CronService.php
index ca114166..dba14371 100644
--- a/lib/Service/CronService.php
+++ b/lib/Service/CronService.php
@@ -48,7 +48,6 @@ class CronService {
public function expireCredentials() {
- $this->logger->info('Passman cron test', array('app' => 'passman'));
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
foreach($expired_credentials as $credential){
$link = ''; // @TODO create direct link to credential
@@ -68,4 +67,4 @@ class CronService {
}
}
}
-} \ No newline at end of file
+}