remove debug
This commit is contained in:
parent
e4c9d97697
commit
0c98200fc2
@ -18,7 +18,7 @@ final class Poster{
|
||||
|
||||
public function post($url, $user, $pass, $repoUser, $repo, $title='Test Results'){
|
||||
// open connection and repo
|
||||
$this->client=new Client($url, $user, $pass, true);
|
||||
$this->client=new Client($url, $user, $pass);
|
||||
$this->repo=$this->client->getRepo($repoUser, $repo);
|
||||
|
||||
$this->process($this->xml); //process xml and upload screenshots
|
||||
|
Loading…
Reference in New Issue
Block a user