mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-10 23:14:26 +08:00
Remove log message on cron run
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
a7cf3216f2
commit
e624c0c3bc
1 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,6 @@ class CronService {
|
||||||
|
|
||||||
|
|
||||||
public function expireCredentials() {
|
public function expireCredentials() {
|
||||||
$this->logger->info('Passman cron test', array('app' => 'passman'));
|
|
||||||
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
$expired_credentials = $this->credentialService->getExpiredCredentials($this->utils->getTime());
|
||||||
foreach($expired_credentials as $credential){
|
foreach($expired_credentials as $credential){
|
||||||
$link = ''; // @TODO create direct link to credential
|
$link = ''; // @TODO create direct link to credential
|
||||||
|
|
Loading…
Add table
Reference in a new issue