Skip to content

Commit 2745f04

Browse files
authored
Merge pull request #34 from mindbox-moscow/release/2.4.2
Release/2.4.2
2 parents 5b04a00 + 65735c1 commit 2745f04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Clients/MindboxClientV3.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ protected function prepareQueryParams($operation, array $queryParams, $addDevice
129129
*/
130130
private function getDeviceUUID()
131131
{
132-
if (empty($_COOKIE['mindboxDeviceUUID'])) {
133-
$logger = new \Mindbox\Loggers\MindboxFileLogger(__DIR__ . '/getDeviceUUID/');
134-
$message = date('d.m.Y H:i:s');
135-
$logger->error($message, ['$_COOKIE' => $_COOKIE, '$_REQUEST' => $_REQUEST, '$_SERVER' => $_SERVER]);
136-
}
137132
return isset($_COOKIE['mindboxDeviceUUID']) ? $_COOKIE['mindboxDeviceUUID'] : '';
138133
}
139134

0 commit comments

Comments
 (0)