fix: [junk removal]

uuid_debug
iglocska 2024-03-05 08:17:14 +01:00
parent fa3c2bcfab
commit 73082b576b
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class Log extends AppModel
}
}
$this->logData($this->data);
$matches = null;
$regex = '/uuid.\([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}\).=>/';
if (preg_match($regex, $this->data['Log']['change'])) {
$controller = Configure::check('CurrentController') ? Configure::read('CurrentController') : 'SYSTEM';