feat: cleanup the build command

This commit is contained in:
Christy Jacob
2022-02-19 03:46:39 +04:00
parent 8fffe5766d
commit 3606293268
2 changed files with 2 additions and 9 deletions
-2
View File
@@ -65,8 +65,6 @@ class Executor
'commands' => $commands
];
var_dump($params);
$response = $this->call(self::METHOD_POST, $route, $headers, $params, true, 30);
$status = $response['headers']['status-code'];