1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12: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

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