| ... | ... |
@@ -47,7 +47,6 @@ class SendBookingChangeNotificationJob |
| 47 | 47 |
|
| 48 | 48 |
public function __invoke(string $scope) |
| 49 | 49 |
{
|
| 50 |
- $this->logger->log(LogLevel::INFO, 'WA notifications debug', array('contao' => new ContaoContext(__METHOD__, 'CRON')));
|
|
| 51 | 50 |
System::loadLanguageFile('default','de');
|
| 52 | 51 |
list($admin_name,$admin_email) = StringUtil::splitFriendlyEmail(Config::get('adminEmail'));
|
| 53 | 52 |
$intNotificationsCount = 0; |