1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

feat: remove var_dump

This commit is contained in:
Christy Jacob 2022-02-16 00:21:19 +04:00
parent cd4436fe6d
commit 20b1e3c04e

View file

@ -54,7 +54,6 @@ class Executor
'baseImage' => $baseImage
];
var_dump($params);
$response = $this->call(self::METHOD_POST, $route, $headers, $params, true, 30);
$status = $response['headers']['status-code'];