1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

feat: remove var_dump()

This commit is contained in:
Christy Jacob 2022-02-15 21:51:52 +04:00
parent 123c47fb9a
commit 2674186f3b

View file

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