Browse code

Remove debug logging

Benjamin Roth authored on04/09/2023 16:09:23
Showing1 changed files
... ...
@@ -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;